Name | Type | Description | Notes |
---|---|---|---|
DeleteRequested | Pointer to bool | Flag that indicates whether MongoDB Cloud received a request to remove the specified private endpoint from the private endpoint service. | [optional] [readonly] |
ErrorMessage | Pointer to string | Error message returned when requesting private connection resource. The resource returns `null` if the request succeeded. | [optional] [readonly] |
PrivateEndpointConnectionName | Pointer to string | Human-readable label that MongoDB Cloud generates that identifies the private endpoint connection. | [optional] [readonly] |
PrivateEndpointIPAddress | Pointer to string | IPv4 address of the private endpoint in your Azure VNet that someone added to this private endpoint service. | [optional] |
PrivateEndpointResourceId | Pointer to string | Unique string that identifies the Azure private endpoint's network interface that someone added to this private endpoint service. | [optional] [readonly] |
Status | Pointer to string | State of the Azure Private Link Service connection when MongoDB Cloud received this request. | [optional] [readonly] |
func NewApiAtlasAzurePrivateEndpointView() *ApiAtlasAzurePrivateEndpointView
NewApiAtlasAzurePrivateEndpointView instantiates a new ApiAtlasAzurePrivateEndpointView 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 NewApiAtlasAzurePrivateEndpointViewWithDefaults() *ApiAtlasAzurePrivateEndpointView
NewApiAtlasAzurePrivateEndpointViewWithDefaults instantiates a new ApiAtlasAzurePrivateEndpointView 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 *ApiAtlasAzurePrivateEndpointView) GetDeleteRequested() bool
GetDeleteRequested returns the DeleteRequested field if non-nil, zero value otherwise.
func (o *ApiAtlasAzurePrivateEndpointView) GetDeleteRequestedOk() (*bool, bool)
GetDeleteRequestedOk returns a tuple with the DeleteRequested field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiAtlasAzurePrivateEndpointView) SetDeleteRequested(v bool)
SetDeleteRequested sets DeleteRequested field to given value.
func (o *ApiAtlasAzurePrivateEndpointView) HasDeleteRequested() bool
HasDeleteRequested returns a boolean if a field has been set.
func (o *ApiAtlasAzurePrivateEndpointView) GetErrorMessage() string
GetErrorMessage returns the ErrorMessage field if non-nil, zero value otherwise.
func (o *ApiAtlasAzurePrivateEndpointView) GetErrorMessageOk() (*string, bool)
GetErrorMessageOk returns a tuple with the ErrorMessage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiAtlasAzurePrivateEndpointView) SetErrorMessage(v string)
SetErrorMessage sets ErrorMessage field to given value.
func (o *ApiAtlasAzurePrivateEndpointView) HasErrorMessage() bool
HasErrorMessage returns a boolean if a field has been set.
func (o *ApiAtlasAzurePrivateEndpointView) GetPrivateEndpointConnectionName() string
GetPrivateEndpointConnectionName returns the PrivateEndpointConnectionName field if non-nil, zero value otherwise.
func (o *ApiAtlasAzurePrivateEndpointView) GetPrivateEndpointConnectionNameOk() (*string, bool)
GetPrivateEndpointConnectionNameOk returns a tuple with the PrivateEndpointConnectionName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiAtlasAzurePrivateEndpointView) SetPrivateEndpointConnectionName(v string)
SetPrivateEndpointConnectionName sets PrivateEndpointConnectionName field to given value.
func (o *ApiAtlasAzurePrivateEndpointView) HasPrivateEndpointConnectionName() bool
HasPrivateEndpointConnectionName returns a boolean if a field has been set.
func (o *ApiAtlasAzurePrivateEndpointView) GetPrivateEndpointIPAddress() string
GetPrivateEndpointIPAddress returns the PrivateEndpointIPAddress field if non-nil, zero value otherwise.
func (o *ApiAtlasAzurePrivateEndpointView) GetPrivateEndpointIPAddressOk() (*string, bool)
GetPrivateEndpointIPAddressOk returns a tuple with the PrivateEndpointIPAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiAtlasAzurePrivateEndpointView) SetPrivateEndpointIPAddress(v string)
SetPrivateEndpointIPAddress sets PrivateEndpointIPAddress field to given value.
func (o *ApiAtlasAzurePrivateEndpointView) HasPrivateEndpointIPAddress() bool
HasPrivateEndpointIPAddress returns a boolean if a field has been set.
func (o *ApiAtlasAzurePrivateEndpointView) GetPrivateEndpointResourceId() string
GetPrivateEndpointResourceId returns the PrivateEndpointResourceId field if non-nil, zero value otherwise.
func (o *ApiAtlasAzurePrivateEndpointView) GetPrivateEndpointResourceIdOk() (*string, bool)
GetPrivateEndpointResourceIdOk returns a tuple with the PrivateEndpointResourceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiAtlasAzurePrivateEndpointView) SetPrivateEndpointResourceId(v string)
SetPrivateEndpointResourceId sets PrivateEndpointResourceId field to given value.
func (o *ApiAtlasAzurePrivateEndpointView) HasPrivateEndpointResourceId() bool
HasPrivateEndpointResourceId returns a boolean if a field has been set.
func (o *ApiAtlasAzurePrivateEndpointView) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *ApiAtlasAzurePrivateEndpointView) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiAtlasAzurePrivateEndpointView) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *ApiAtlasAzurePrivateEndpointView) HasStatus() bool
HasStatus returns a boolean if a field has been set.