Name | Type | Description | Notes |
---|---|---|---|
EndpointId | Pointer to string | Unique string that the cloud provider uses to identify the private endpoint. | [optional] [readonly] |
ProviderName | Pointer to string | Cloud provider in which MongoDB Cloud deploys the private endpoint. | [optional] [readonly] |
Region | Pointer to string | Region in which MongoDB Cloud deploys the private endpoint. | [optional] [readonly] |
func NewApiAtlasClusterDescriptionConnectionStringsPrivateEndpointEndpointView() *ApiAtlasClusterDescriptionConnectionStringsPrivateEndpointEndpointView
NewApiAtlasClusterDescriptionConnectionStringsPrivateEndpointEndpointView instantiates a new ApiAtlasClusterDescriptionConnectionStringsPrivateEndpointEndpointView 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 NewApiAtlasClusterDescriptionConnectionStringsPrivateEndpointEndpointViewWithDefaults() *ApiAtlasClusterDescriptionConnectionStringsPrivateEndpointEndpointView
NewApiAtlasClusterDescriptionConnectionStringsPrivateEndpointEndpointViewWithDefaults instantiates a new ApiAtlasClusterDescriptionConnectionStringsPrivateEndpointEndpointView 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 *ApiAtlasClusterDescriptionConnectionStringsPrivateEndpointEndpointView) GetEndpointId() string
GetEndpointId returns the EndpointId field if non-nil, zero value otherwise.
func (o *ApiAtlasClusterDescriptionConnectionStringsPrivateEndpointEndpointView) GetEndpointIdOk() (*string, bool)
GetEndpointIdOk returns a tuple with the EndpointId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiAtlasClusterDescriptionConnectionStringsPrivateEndpointEndpointView) SetEndpointId(v string)
SetEndpointId sets EndpointId field to given value.
func (o *ApiAtlasClusterDescriptionConnectionStringsPrivateEndpointEndpointView) HasEndpointId() bool
HasEndpointId returns a boolean if a field has been set.
func (o *ApiAtlasClusterDescriptionConnectionStringsPrivateEndpointEndpointView) GetProviderName() string
GetProviderName returns the ProviderName field if non-nil, zero value otherwise.
func (o *ApiAtlasClusterDescriptionConnectionStringsPrivateEndpointEndpointView) GetProviderNameOk() (*string, bool)
GetProviderNameOk returns a tuple with the ProviderName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiAtlasClusterDescriptionConnectionStringsPrivateEndpointEndpointView) SetProviderName(v string)
SetProviderName sets ProviderName field to given value.
func (o *ApiAtlasClusterDescriptionConnectionStringsPrivateEndpointEndpointView) HasProviderName() bool
HasProviderName returns a boolean if a field has been set.
func (o *ApiAtlasClusterDescriptionConnectionStringsPrivateEndpointEndpointView) GetRegion() string
GetRegion returns the Region field if non-nil, zero value otherwise.
func (o *ApiAtlasClusterDescriptionConnectionStringsPrivateEndpointEndpointView) GetRegionOk() (*string, bool)
GetRegionOk returns a tuple with the Region field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiAtlasClusterDescriptionConnectionStringsPrivateEndpointEndpointView) SetRegion(v string)
SetRegion sets Region field to given value.
func (o *ApiAtlasClusterDescriptionConnectionStringsPrivateEndpointEndpointView) HasRegion() bool
HasRegion returns a boolean if a field has been set.