Name | Type | Description | Notes |
---|---|---|---|
MongodbAtlasApiPrivateKey | Pointer to string | [optional] | |
MongodbAtlasApiPublicKey | Pointer to string | [optional] | |
MongodbAtlasProjectId | Pointer to string | mongodb atlas fields | [optional] |
MongodbDbName | Pointer to string | common fields | [optional] |
MongodbDefaultAuthDb | Pointer to string | [optional] | |
MongodbHostPort | Pointer to string | [optional] | |
MongodbIsAtlas | Pointer to bool | [optional] | |
MongodbPassword | Pointer to string | [optional] | |
MongodbUriConnection | Pointer to string | mongodb fields | [optional] |
MongodbUriOptions | Pointer to string | [optional] | |
MongodbUsername | Pointer to string | [optional] |
func NewMongoDBTargetDetails() *MongoDBTargetDetails
NewMongoDBTargetDetails instantiates a new MongoDBTargetDetails object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMongoDBTargetDetailsWithDefaults() *MongoDBTargetDetails
NewMongoDBTargetDetailsWithDefaults instantiates a new MongoDBTargetDetails object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *MongoDBTargetDetails) GetMongodbAtlasApiPrivateKey() string
GetMongodbAtlasApiPrivateKey returns the MongodbAtlasApiPrivateKey field if non-nil, zero value otherwise.
func (o *MongoDBTargetDetails) GetMongodbAtlasApiPrivateKeyOk() (*string, bool)
GetMongodbAtlasApiPrivateKeyOk returns a tuple with the MongodbAtlasApiPrivateKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MongoDBTargetDetails) SetMongodbAtlasApiPrivateKey(v string)
SetMongodbAtlasApiPrivateKey sets MongodbAtlasApiPrivateKey field to given value.
func (o *MongoDBTargetDetails) HasMongodbAtlasApiPrivateKey() bool
HasMongodbAtlasApiPrivateKey returns a boolean if a field has been set.
func (o *MongoDBTargetDetails) GetMongodbAtlasApiPublicKey() string
GetMongodbAtlasApiPublicKey returns the MongodbAtlasApiPublicKey field if non-nil, zero value otherwise.
func (o *MongoDBTargetDetails) GetMongodbAtlasApiPublicKeyOk() (*string, bool)
GetMongodbAtlasApiPublicKeyOk returns a tuple with the MongodbAtlasApiPublicKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MongoDBTargetDetails) SetMongodbAtlasApiPublicKey(v string)
SetMongodbAtlasApiPublicKey sets MongodbAtlasApiPublicKey field to given value.
func (o *MongoDBTargetDetails) HasMongodbAtlasApiPublicKey() bool
HasMongodbAtlasApiPublicKey returns a boolean if a field has been set.
func (o *MongoDBTargetDetails) GetMongodbAtlasProjectId() string
GetMongodbAtlasProjectId returns the MongodbAtlasProjectId field if non-nil, zero value otherwise.
func (o *MongoDBTargetDetails) GetMongodbAtlasProjectIdOk() (*string, bool)
GetMongodbAtlasProjectIdOk returns a tuple with the MongodbAtlasProjectId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MongoDBTargetDetails) SetMongodbAtlasProjectId(v string)
SetMongodbAtlasProjectId sets MongodbAtlasProjectId field to given value.
func (o *MongoDBTargetDetails) HasMongodbAtlasProjectId() bool
HasMongodbAtlasProjectId returns a boolean if a field has been set.
func (o *MongoDBTargetDetails) GetMongodbDbName() string
GetMongodbDbName returns the MongodbDbName field if non-nil, zero value otherwise.
func (o *MongoDBTargetDetails) GetMongodbDbNameOk() (*string, bool)
GetMongodbDbNameOk returns a tuple with the MongodbDbName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MongoDBTargetDetails) SetMongodbDbName(v string)
SetMongodbDbName sets MongodbDbName field to given value.
func (o *MongoDBTargetDetails) HasMongodbDbName() bool
HasMongodbDbName returns a boolean if a field has been set.
func (o *MongoDBTargetDetails) GetMongodbDefaultAuthDb() string
GetMongodbDefaultAuthDb returns the MongodbDefaultAuthDb field if non-nil, zero value otherwise.
func (o *MongoDBTargetDetails) GetMongodbDefaultAuthDbOk() (*string, bool)
GetMongodbDefaultAuthDbOk returns a tuple with the MongodbDefaultAuthDb field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MongoDBTargetDetails) SetMongodbDefaultAuthDb(v string)
SetMongodbDefaultAuthDb sets MongodbDefaultAuthDb field to given value.
func (o *MongoDBTargetDetails) HasMongodbDefaultAuthDb() bool
HasMongodbDefaultAuthDb returns a boolean if a field has been set.
func (o *MongoDBTargetDetails) GetMongodbHostPort() string
GetMongodbHostPort returns the MongodbHostPort field if non-nil, zero value otherwise.
func (o *MongoDBTargetDetails) GetMongodbHostPortOk() (*string, bool)
GetMongodbHostPortOk returns a tuple with the MongodbHostPort field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MongoDBTargetDetails) SetMongodbHostPort(v string)
SetMongodbHostPort sets MongodbHostPort field to given value.
func (o *MongoDBTargetDetails) HasMongodbHostPort() bool
HasMongodbHostPort returns a boolean if a field has been set.
func (o *MongoDBTargetDetails) GetMongodbIsAtlas() bool
GetMongodbIsAtlas returns the MongodbIsAtlas field if non-nil, zero value otherwise.
func (o *MongoDBTargetDetails) GetMongodbIsAtlasOk() (*bool, bool)
GetMongodbIsAtlasOk returns a tuple with the MongodbIsAtlas field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MongoDBTargetDetails) SetMongodbIsAtlas(v bool)
SetMongodbIsAtlas sets MongodbIsAtlas field to given value.
func (o *MongoDBTargetDetails) HasMongodbIsAtlas() bool
HasMongodbIsAtlas returns a boolean if a field has been set.
func (o *MongoDBTargetDetails) GetMongodbPassword() string
GetMongodbPassword returns the MongodbPassword field if non-nil, zero value otherwise.
func (o *MongoDBTargetDetails) GetMongodbPasswordOk() (*string, bool)
GetMongodbPasswordOk returns a tuple with the MongodbPassword field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MongoDBTargetDetails) SetMongodbPassword(v string)
SetMongodbPassword sets MongodbPassword field to given value.
func (o *MongoDBTargetDetails) HasMongodbPassword() bool
HasMongodbPassword returns a boolean if a field has been set.
func (o *MongoDBTargetDetails) GetMongodbUriConnection() string
GetMongodbUriConnection returns the MongodbUriConnection field if non-nil, zero value otherwise.
func (o *MongoDBTargetDetails) GetMongodbUriConnectionOk() (*string, bool)
GetMongodbUriConnectionOk returns a tuple with the MongodbUriConnection field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MongoDBTargetDetails) SetMongodbUriConnection(v string)
SetMongodbUriConnection sets MongodbUriConnection field to given value.
func (o *MongoDBTargetDetails) HasMongodbUriConnection() bool
HasMongodbUriConnection returns a boolean if a field has been set.
func (o *MongoDBTargetDetails) GetMongodbUriOptions() string
GetMongodbUriOptions returns the MongodbUriOptions field if non-nil, zero value otherwise.
func (o *MongoDBTargetDetails) GetMongodbUriOptionsOk() (*string, bool)
GetMongodbUriOptionsOk returns a tuple with the MongodbUriOptions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MongoDBTargetDetails) SetMongodbUriOptions(v string)
SetMongodbUriOptions sets MongodbUriOptions field to given value.
func (o *MongoDBTargetDetails) HasMongodbUriOptions() bool
HasMongodbUriOptions returns a boolean if a field has been set.
func (o *MongoDBTargetDetails) GetMongodbUsername() string
GetMongodbUsername returns the MongodbUsername field if non-nil, zero value otherwise.
func (o *MongoDBTargetDetails) GetMongodbUsernameOk() (*string, bool)
GetMongodbUsernameOk returns a tuple with the MongodbUsername field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MongoDBTargetDetails) SetMongodbUsername(v string)
SetMongodbUsername sets MongodbUsername field to given value.
func (o *MongoDBTargetDetails) HasMongodbUsername() bool
HasMongodbUsername returns a boolean if a field has been set.