Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 4.4 KB

ApiAtlasClusterDescriptionConnectionStringsPrivateEndpointEndpointView.md

File metadata and controls

108 lines (59 loc) · 4.4 KB

ApiAtlasClusterDescriptionConnectionStringsPrivateEndpointEndpointView

Properties

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]

Methods

NewApiAtlasClusterDescriptionConnectionStringsPrivateEndpointEndpointView

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

NewApiAtlasClusterDescriptionConnectionStringsPrivateEndpointEndpointViewWithDefaults

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

GetEndpointId

func (o *ApiAtlasClusterDescriptionConnectionStringsPrivateEndpointEndpointView) GetEndpointId() string

GetEndpointId returns the EndpointId field if non-nil, zero value otherwise.

GetEndpointIdOk

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.

SetEndpointId

func (o *ApiAtlasClusterDescriptionConnectionStringsPrivateEndpointEndpointView) SetEndpointId(v string)

SetEndpointId sets EndpointId field to given value.

HasEndpointId

func (o *ApiAtlasClusterDescriptionConnectionStringsPrivateEndpointEndpointView) HasEndpointId() bool

HasEndpointId returns a boolean if a field has been set.

GetProviderName

func (o *ApiAtlasClusterDescriptionConnectionStringsPrivateEndpointEndpointView) GetProviderName() string

GetProviderName returns the ProviderName field if non-nil, zero value otherwise.

GetProviderNameOk

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.

SetProviderName

func (o *ApiAtlasClusterDescriptionConnectionStringsPrivateEndpointEndpointView) SetProviderName(v string)

SetProviderName sets ProviderName field to given value.

HasProviderName

func (o *ApiAtlasClusterDescriptionConnectionStringsPrivateEndpointEndpointView) HasProviderName() bool

HasProviderName returns a boolean if a field has been set.

GetRegion

func (o *ApiAtlasClusterDescriptionConnectionStringsPrivateEndpointEndpointView) GetRegion() string

GetRegion returns the Region field if non-nil, zero value otherwise.

GetRegionOk

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.

SetRegion

func (o *ApiAtlasClusterDescriptionConnectionStringsPrivateEndpointEndpointView) SetRegion(v string)

SetRegion sets Region field to given value.

HasRegion

func (o *ApiAtlasClusterDescriptionConnectionStringsPrivateEndpointEndpointView) HasRegion() bool

HasRegion returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]