Name | Type | Description | Notes |
---|---|---|---|
ConnectionStatus | Pointer to string | State of the Amazon Web Service PrivateLink connection when MongoDB Cloud received this request. | [optional] [readonly] |
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] |
InterfaceEndpointId | Pointer to string | Unique 24-hexadecimal digit string that identifies the interface endpoint. | [optional] [readonly] |
func NewApiAtlasAWSInterfaceEndpointView() *ApiAtlasAWSInterfaceEndpointView
NewApiAtlasAWSInterfaceEndpointView instantiates a new ApiAtlasAWSInterfaceEndpointView 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 NewApiAtlasAWSInterfaceEndpointViewWithDefaults() *ApiAtlasAWSInterfaceEndpointView
NewApiAtlasAWSInterfaceEndpointViewWithDefaults instantiates a new ApiAtlasAWSInterfaceEndpointView 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 *ApiAtlasAWSInterfaceEndpointView) GetConnectionStatus() string
GetConnectionStatus returns the ConnectionStatus field if non-nil, zero value otherwise.
func (o *ApiAtlasAWSInterfaceEndpointView) GetConnectionStatusOk() (*string, bool)
GetConnectionStatusOk returns a tuple with the ConnectionStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiAtlasAWSInterfaceEndpointView) SetConnectionStatus(v string)
SetConnectionStatus sets ConnectionStatus field to given value.
func (o *ApiAtlasAWSInterfaceEndpointView) HasConnectionStatus() bool
HasConnectionStatus returns a boolean if a field has been set.
func (o *ApiAtlasAWSInterfaceEndpointView) GetDeleteRequested() bool
GetDeleteRequested returns the DeleteRequested field if non-nil, zero value otherwise.
func (o *ApiAtlasAWSInterfaceEndpointView) 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 *ApiAtlasAWSInterfaceEndpointView) SetDeleteRequested(v bool)
SetDeleteRequested sets DeleteRequested field to given value.
func (o *ApiAtlasAWSInterfaceEndpointView) HasDeleteRequested() bool
HasDeleteRequested returns a boolean if a field has been set.
func (o *ApiAtlasAWSInterfaceEndpointView) GetErrorMessage() string
GetErrorMessage returns the ErrorMessage field if non-nil, zero value otherwise.
func (o *ApiAtlasAWSInterfaceEndpointView) 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 *ApiAtlasAWSInterfaceEndpointView) SetErrorMessage(v string)
SetErrorMessage sets ErrorMessage field to given value.
func (o *ApiAtlasAWSInterfaceEndpointView) HasErrorMessage() bool
HasErrorMessage returns a boolean if a field has been set.
func (o *ApiAtlasAWSInterfaceEndpointView) GetInterfaceEndpointId() string
GetInterfaceEndpointId returns the InterfaceEndpointId field if non-nil, zero value otherwise.
func (o *ApiAtlasAWSInterfaceEndpointView) GetInterfaceEndpointIdOk() (*string, bool)
GetInterfaceEndpointIdOk returns a tuple with the InterfaceEndpointId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiAtlasAWSInterfaceEndpointView) SetInterfaceEndpointId(v string)
SetInterfaceEndpointId sets InterfaceEndpointId field to given value.
func (o *ApiAtlasAWSInterfaceEndpointView) HasInterfaceEndpointId() bool
HasInterfaceEndpointId returns a boolean if a field has been set.