Skip to content

Latest commit

 

History

History
260 lines (139 loc) · 9.04 KB

ApiAtlasAWSPeerVpcRequestView.md

File metadata and controls

260 lines (139 loc) · 9.04 KB

ApiAtlasAWSPeerVpcRequestView

Properties

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.
ProviderName string Cloud service provider that determines the needed settings to configure the network connection for a virtual private connection.
AccepterRegionName string Amazon Web Services (AWS) region where the Virtual Peering Connection (VPC) that you peered with the MongoDB Cloud VPC resides. The resource returns `null` if your VPC and the MongoDB Cloud VPC reside in the same region.
AwsAccountId string Unique twelve-digit string that identifies the Amazon Web Services (AWS) account that owns the VPC that you peered with the MongoDB Cloud VPC.
ConnectionId Pointer to string Unique string that identifies the peering connection on AWS. [optional] [readonly]
ErrorStateName Pointer to string Type of error that can be returned when requesting an Amazon Web Services (AWS) peering connection. The resource returns `null` if the request succeeded. [optional] [readonly]
Id Pointer to string Unique 24-hexadecimal digit string that identifies the network peering connection. [optional] [readonly]
RouteTableCidrBlock string Internet Protocol (IP) addresses expressed in Classless Inter-Domain Routing (CIDR) notation of the VPC's subnet that you want to peer with the MongoDB Cloud VPC.
StatusName Pointer to string State of the network peering connection at the time you made the request. [optional] [readonly]
VpcId string Unique string that identifies the VPC on Amazon Web Services (AWS) that you want to peer with the MongoDB Cloud VPC.

Methods

NewApiAtlasAWSPeerVpcRequestView

func NewApiAtlasAWSPeerVpcRequestView(containerId string, providerName string, accepterRegionName string, awsAccountId string, routeTableCidrBlock string, vpcId string, ) *ApiAtlasAWSPeerVpcRequestView

NewApiAtlasAWSPeerVpcRequestView instantiates a new ApiAtlasAWSPeerVpcRequestView 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

NewApiAtlasAWSPeerVpcRequestViewWithDefaults

func NewApiAtlasAWSPeerVpcRequestViewWithDefaults() *ApiAtlasAWSPeerVpcRequestView

NewApiAtlasAWSPeerVpcRequestViewWithDefaults instantiates a new ApiAtlasAWSPeerVpcRequestView 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

GetContainerId

func (o *ApiAtlasAWSPeerVpcRequestView) GetContainerId() string

GetContainerId returns the ContainerId field if non-nil, zero value otherwise.

GetContainerIdOk

func (o *ApiAtlasAWSPeerVpcRequestView) 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.

SetContainerId

func (o *ApiAtlasAWSPeerVpcRequestView) SetContainerId(v string)

SetContainerId sets ContainerId field to given value.

GetProviderName

func (o *ApiAtlasAWSPeerVpcRequestView) GetProviderName() string

GetProviderName returns the ProviderName field if non-nil, zero value otherwise.

GetProviderNameOk

func (o *ApiAtlasAWSPeerVpcRequestView) GetProviderNameOk() (*string, bool)

GetProviderNameOk returns a tuple with the ProviderName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetProviderName

func (o *ApiAtlasAWSPeerVpcRequestView) SetProviderName(v string)

SetProviderName sets ProviderName field to given value.

GetAccepterRegionName

func (o *ApiAtlasAWSPeerVpcRequestView) GetAccepterRegionName() string

GetAccepterRegionName returns the AccepterRegionName field if non-nil, zero value otherwise.

GetAccepterRegionNameOk

func (o *ApiAtlasAWSPeerVpcRequestView) GetAccepterRegionNameOk() (*string, bool)

GetAccepterRegionNameOk returns a tuple with the AccepterRegionName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAccepterRegionName

func (o *ApiAtlasAWSPeerVpcRequestView) SetAccepterRegionName(v string)

SetAccepterRegionName sets AccepterRegionName field to given value.

GetAwsAccountId

func (o *ApiAtlasAWSPeerVpcRequestView) GetAwsAccountId() string

GetAwsAccountId returns the AwsAccountId field if non-nil, zero value otherwise.

GetAwsAccountIdOk

func (o *ApiAtlasAWSPeerVpcRequestView) GetAwsAccountIdOk() (*string, bool)

GetAwsAccountIdOk returns a tuple with the AwsAccountId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAwsAccountId

func (o *ApiAtlasAWSPeerVpcRequestView) SetAwsAccountId(v string)

SetAwsAccountId sets AwsAccountId field to given value.

GetConnectionId

func (o *ApiAtlasAWSPeerVpcRequestView) GetConnectionId() string

GetConnectionId returns the ConnectionId field if non-nil, zero value otherwise.

GetConnectionIdOk

func (o *ApiAtlasAWSPeerVpcRequestView) GetConnectionIdOk() (*string, bool)

GetConnectionIdOk returns a tuple with the ConnectionId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetConnectionId

func (o *ApiAtlasAWSPeerVpcRequestView) SetConnectionId(v string)

SetConnectionId sets ConnectionId field to given value.

HasConnectionId

func (o *ApiAtlasAWSPeerVpcRequestView) HasConnectionId() bool

HasConnectionId returns a boolean if a field has been set.

GetErrorStateName

func (o *ApiAtlasAWSPeerVpcRequestView) GetErrorStateName() string

GetErrorStateName returns the ErrorStateName field if non-nil, zero value otherwise.

GetErrorStateNameOk

func (o *ApiAtlasAWSPeerVpcRequestView) GetErrorStateNameOk() (*string, bool)

GetErrorStateNameOk returns a tuple with the ErrorStateName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetErrorStateName

func (o *ApiAtlasAWSPeerVpcRequestView) SetErrorStateName(v string)

SetErrorStateName sets ErrorStateName field to given value.

HasErrorStateName

func (o *ApiAtlasAWSPeerVpcRequestView) HasErrorStateName() bool

HasErrorStateName returns a boolean if a field has been set.

GetId

func (o *ApiAtlasAWSPeerVpcRequestView) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *ApiAtlasAWSPeerVpcRequestView) 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.

SetId

func (o *ApiAtlasAWSPeerVpcRequestView) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *ApiAtlasAWSPeerVpcRequestView) HasId() bool

HasId returns a boolean if a field has been set.

GetRouteTableCidrBlock

func (o *ApiAtlasAWSPeerVpcRequestView) GetRouteTableCidrBlock() string

GetRouteTableCidrBlock returns the RouteTableCidrBlock field if non-nil, zero value otherwise.

GetRouteTableCidrBlockOk

func (o *ApiAtlasAWSPeerVpcRequestView) GetRouteTableCidrBlockOk() (*string, bool)

GetRouteTableCidrBlockOk returns a tuple with the RouteTableCidrBlock field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetRouteTableCidrBlock

func (o *ApiAtlasAWSPeerVpcRequestView) SetRouteTableCidrBlock(v string)

SetRouteTableCidrBlock sets RouteTableCidrBlock field to given value.

GetStatusName

func (o *ApiAtlasAWSPeerVpcRequestView) GetStatusName() string

GetStatusName returns the StatusName field if non-nil, zero value otherwise.

GetStatusNameOk

func (o *ApiAtlasAWSPeerVpcRequestView) GetStatusNameOk() (*string, bool)

GetStatusNameOk returns a tuple with the StatusName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetStatusName

func (o *ApiAtlasAWSPeerVpcRequestView) SetStatusName(v string)

SetStatusName sets StatusName field to given value.

HasStatusName

func (o *ApiAtlasAWSPeerVpcRequestView) HasStatusName() bool

HasStatusName returns a boolean if a field has been set.

GetVpcId

func (o *ApiAtlasAWSPeerVpcRequestView) GetVpcId() string

GetVpcId returns the VpcId field if non-nil, zero value otherwise.

GetVpcIdOk

func (o *ApiAtlasAWSPeerVpcRequestView) GetVpcIdOk() (*string, bool)

GetVpcIdOk returns a tuple with the VpcId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetVpcId

func (o *ApiAtlasAWSPeerVpcRequestView) SetVpcId(v string)

SetVpcId sets VpcId field to given value.

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