Name | Type | Description | Notes |
---|---|---|---|
ContainerId | string | Unique 24-hexadecimal digit string that identifies the MongoDB Cloud network container that contains the specified network peering connection. | |
Id | Pointer to string | Unique 24-hexadecimal digit string that identifies the network peering connection. | [optional] [readonly] |
func NewApiAtlasContainerPeerView(containerId string, ) *ApiAtlasContainerPeerView
NewApiAtlasContainerPeerView instantiates a new ApiAtlasContainerPeerView 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 NewApiAtlasContainerPeerViewWithDefaults() *ApiAtlasContainerPeerView
NewApiAtlasContainerPeerViewWithDefaults instantiates a new ApiAtlasContainerPeerView 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 *ApiAtlasContainerPeerView) GetContainerId() string
GetContainerId returns the ContainerId field if non-nil, zero value otherwise.
func (o *ApiAtlasContainerPeerView) GetContainerIdOk() (*string, bool)
GetContainerIdOk returns a tuple with the ContainerId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiAtlasContainerPeerView) SetContainerId(v string)
SetContainerId sets ContainerId field to given value.
func (o *ApiAtlasContainerPeerView) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ApiAtlasContainerPeerView) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiAtlasContainerPeerView) SetId(v string)
SetId sets Id field to given value.
func (o *ApiAtlasContainerPeerView) HasId() bool
HasId returns a boolean if a field has been set.