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] |
EndpointGroupName | Pointer to string | Human-readable label that identifies a set of endpoints. | [optional] [readonly] |
Endpoints | Pointer to []ApiAtlasGCPConsumerForwardingRuleView | List of individual private endpoints that comprise this endpoint group. | [optional] [readonly] |
ErrorMessage | Pointer to string | Error message returned when requesting private connection resource. The resource returns `null` if the request succeeded. | [optional] [readonly] |
Status | Pointer to string | State of the Google Cloud network endpoint group when MongoDB Cloud received this request. | [optional] [readonly] |
func NewApiAtlasGCPEndpointGroupView() *ApiAtlasGCPEndpointGroupView
NewApiAtlasGCPEndpointGroupView instantiates a new ApiAtlasGCPEndpointGroupView 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 NewApiAtlasGCPEndpointGroupViewWithDefaults() *ApiAtlasGCPEndpointGroupView
NewApiAtlasGCPEndpointGroupViewWithDefaults instantiates a new ApiAtlasGCPEndpointGroupView 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 *ApiAtlasGCPEndpointGroupView) GetDeleteRequested() bool
GetDeleteRequested returns the DeleteRequested field if non-nil, zero value otherwise.
func (o *ApiAtlasGCPEndpointGroupView) 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 *ApiAtlasGCPEndpointGroupView) SetDeleteRequested(v bool)
SetDeleteRequested sets DeleteRequested field to given value.
func (o *ApiAtlasGCPEndpointGroupView) HasDeleteRequested() bool
HasDeleteRequested returns a boolean if a field has been set.
func (o *ApiAtlasGCPEndpointGroupView) GetEndpointGroupName() string
GetEndpointGroupName returns the EndpointGroupName field if non-nil, zero value otherwise.
func (o *ApiAtlasGCPEndpointGroupView) GetEndpointGroupNameOk() (*string, bool)
GetEndpointGroupNameOk returns a tuple with the EndpointGroupName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiAtlasGCPEndpointGroupView) SetEndpointGroupName(v string)
SetEndpointGroupName sets EndpointGroupName field to given value.
func (o *ApiAtlasGCPEndpointGroupView) HasEndpointGroupName() bool
HasEndpointGroupName returns a boolean if a field has been set.
func (o *ApiAtlasGCPEndpointGroupView) GetEndpoints() []ApiAtlasGCPConsumerForwardingRuleView
GetEndpoints returns the Endpoints field if non-nil, zero value otherwise.
func (o *ApiAtlasGCPEndpointGroupView) GetEndpointsOk() (*[]ApiAtlasGCPConsumerForwardingRuleView, bool)
GetEndpointsOk returns a tuple with the Endpoints field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiAtlasGCPEndpointGroupView) SetEndpoints(v []ApiAtlasGCPConsumerForwardingRuleView)
SetEndpoints sets Endpoints field to given value.
func (o *ApiAtlasGCPEndpointGroupView) HasEndpoints() bool
HasEndpoints returns a boolean if a field has been set.
func (o *ApiAtlasGCPEndpointGroupView) GetErrorMessage() string
GetErrorMessage returns the ErrorMessage field if non-nil, zero value otherwise.
func (o *ApiAtlasGCPEndpointGroupView) 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 *ApiAtlasGCPEndpointGroupView) SetErrorMessage(v string)
SetErrorMessage sets ErrorMessage field to given value.
func (o *ApiAtlasGCPEndpointGroupView) HasErrorMessage() bool
HasErrorMessage returns a boolean if a field has been set.
func (o *ApiAtlasGCPEndpointGroupView) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *ApiAtlasGCPEndpointGroupView) 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 *ApiAtlasGCPEndpointGroupView) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *ApiAtlasGCPEndpointGroupView) HasStatus() bool
HasStatus returns a boolean if a field has been set.