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. |
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
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
func (o *ApiAtlasAWSPeerVpcRequestView) GetContainerId() string
GetContainerId returns the ContainerId field if non-nil, zero value otherwise.
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.
func (o *ApiAtlasAWSPeerVpcRequestView) SetContainerId(v string)
SetContainerId sets ContainerId field to given value.
func (o *ApiAtlasAWSPeerVpcRequestView) GetProviderName() string
GetProviderName returns the ProviderName field if non-nil, zero value otherwise.
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.
func (o *ApiAtlasAWSPeerVpcRequestView) SetProviderName(v string)
SetProviderName sets ProviderName field to given value.
func (o *ApiAtlasAWSPeerVpcRequestView) GetAccepterRegionName() string
GetAccepterRegionName returns the AccepterRegionName field if non-nil, zero value otherwise.
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.
func (o *ApiAtlasAWSPeerVpcRequestView) SetAccepterRegionName(v string)
SetAccepterRegionName sets AccepterRegionName field to given value.
func (o *ApiAtlasAWSPeerVpcRequestView) GetAwsAccountId() string
GetAwsAccountId returns the AwsAccountId field if non-nil, zero value otherwise.
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.
func (o *ApiAtlasAWSPeerVpcRequestView) SetAwsAccountId(v string)
SetAwsAccountId sets AwsAccountId field to given value.
func (o *ApiAtlasAWSPeerVpcRequestView) GetConnectionId() string
GetConnectionId returns the ConnectionId field if non-nil, zero value otherwise.
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.
func (o *ApiAtlasAWSPeerVpcRequestView) SetConnectionId(v string)
SetConnectionId sets ConnectionId field to given value.
func (o *ApiAtlasAWSPeerVpcRequestView) HasConnectionId() bool
HasConnectionId returns a boolean if a field has been set.
func (o *ApiAtlasAWSPeerVpcRequestView) GetErrorStateName() string
GetErrorStateName returns the ErrorStateName field if non-nil, zero value otherwise.
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.
func (o *ApiAtlasAWSPeerVpcRequestView) SetErrorStateName(v string)
SetErrorStateName sets ErrorStateName field to given value.
func (o *ApiAtlasAWSPeerVpcRequestView) HasErrorStateName() bool
HasErrorStateName returns a boolean if a field has been set.
func (o *ApiAtlasAWSPeerVpcRequestView) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *ApiAtlasAWSPeerVpcRequestView) SetId(v string)
SetId sets Id field to given value.
func (o *ApiAtlasAWSPeerVpcRequestView) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ApiAtlasAWSPeerVpcRequestView) GetRouteTableCidrBlock() string
GetRouteTableCidrBlock returns the RouteTableCidrBlock field if non-nil, zero value otherwise.
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.
func (o *ApiAtlasAWSPeerVpcRequestView) SetRouteTableCidrBlock(v string)
SetRouteTableCidrBlock sets RouteTableCidrBlock field to given value.
func (o *ApiAtlasAWSPeerVpcRequestView) GetStatusName() string
GetStatusName returns the StatusName field if non-nil, zero value otherwise.
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.
func (o *ApiAtlasAWSPeerVpcRequestView) SetStatusName(v string)
SetStatusName sets StatusName field to given value.
func (o *ApiAtlasAWSPeerVpcRequestView) HasStatusName() bool
HasStatusName returns a boolean if a field has been set.
func (o *ApiAtlasAWSPeerVpcRequestView) GetVpcId() string
GetVpcId returns the VpcId field if non-nil, zero value otherwise.
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.
func (o *ApiAtlasAWSPeerVpcRequestView) SetVpcId(v string)
SetVpcId sets VpcId field to given value.