Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 5.53 KB

ApiAtlasGCPEndpointGroupView.md

File metadata and controls

160 lines (87 loc) · 5.53 KB

ApiAtlasGCPEndpointGroupView

Properties

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]

Methods

NewApiAtlasGCPEndpointGroupView

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

NewApiAtlasGCPEndpointGroupViewWithDefaults

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

GetDeleteRequested

func (o *ApiAtlasGCPEndpointGroupView) GetDeleteRequested() bool

GetDeleteRequested returns the DeleteRequested field if non-nil, zero value otherwise.

GetDeleteRequestedOk

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.

SetDeleteRequested

func (o *ApiAtlasGCPEndpointGroupView) SetDeleteRequested(v bool)

SetDeleteRequested sets DeleteRequested field to given value.

HasDeleteRequested

func (o *ApiAtlasGCPEndpointGroupView) HasDeleteRequested() bool

HasDeleteRequested returns a boolean if a field has been set.

GetEndpointGroupName

func (o *ApiAtlasGCPEndpointGroupView) GetEndpointGroupName() string

GetEndpointGroupName returns the EndpointGroupName field if non-nil, zero value otherwise.

GetEndpointGroupNameOk

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.

SetEndpointGroupName

func (o *ApiAtlasGCPEndpointGroupView) SetEndpointGroupName(v string)

SetEndpointGroupName sets EndpointGroupName field to given value.

HasEndpointGroupName

func (o *ApiAtlasGCPEndpointGroupView) HasEndpointGroupName() bool

HasEndpointGroupName returns a boolean if a field has been set.

GetEndpoints

func (o *ApiAtlasGCPEndpointGroupView) GetEndpoints() []ApiAtlasGCPConsumerForwardingRuleView

GetEndpoints returns the Endpoints field if non-nil, zero value otherwise.

GetEndpointsOk

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.

SetEndpoints

func (o *ApiAtlasGCPEndpointGroupView) SetEndpoints(v []ApiAtlasGCPConsumerForwardingRuleView)

SetEndpoints sets Endpoints field to given value.

HasEndpoints

func (o *ApiAtlasGCPEndpointGroupView) HasEndpoints() bool

HasEndpoints returns a boolean if a field has been set.

GetErrorMessage

func (o *ApiAtlasGCPEndpointGroupView) GetErrorMessage() string

GetErrorMessage returns the ErrorMessage field if non-nil, zero value otherwise.

GetErrorMessageOk

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.

SetErrorMessage

func (o *ApiAtlasGCPEndpointGroupView) SetErrorMessage(v string)

SetErrorMessage sets ErrorMessage field to given value.

HasErrorMessage

func (o *ApiAtlasGCPEndpointGroupView) HasErrorMessage() bool

HasErrorMessage returns a boolean if a field has been set.

GetStatus

func (o *ApiAtlasGCPEndpointGroupView) GetStatus() string

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

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.

SetStatus

func (o *ApiAtlasGCPEndpointGroupView) SetStatus(v string)

SetStatus sets Status field to given value.

HasStatus

func (o *ApiAtlasGCPEndpointGroupView) HasStatus() bool

HasStatus returns a boolean if a field has been set.

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