|
| 1 | +# AWSCloudProviderContainer |
| 2 | + |
| 3 | +## Properties |
| 4 | + |
| 5 | +Name | Type | Description | Notes |
| 6 | +------------ | ------------- | ------------- | ------------- |
| 7 | +**AtlasCidrBlock** | Pointer to **string** | IP addresses expressed in Classless Inter-Domain Routing (CIDR) notation that MongoDB Cloud uses for the network peering containers in your project. MongoDB Cloud assigns all of the project's clusters deployed to this cloud provider an IP address from this range. MongoDB Cloud locks this value if an M10 or greater cluster or a network peering connection exists in this project. These CIDR blocks must fall within the ranges reserved per RFC 1918. AWS and Azure further limit the block to between the `/24` and `/21` ranges. To modify the CIDR block, the target project cannot have: - Any M10 or greater clusters - Any other VPC peering connections You can also create a new project and create a network peering connection to set the desired MongoDB Cloud network peering container CIDR block for that project. MongoDB Cloud limits the number of MongoDB nodes per network peering connection based on the CIDR block and the region selected for the project. **Example:** A project in an Amazon Web Services (AWS) region supporting three availability zones and an MongoDB CIDR network peering container block of limit of `/24` equals 27 three-node replica sets. | [optional] |
| 8 | +**RegionName** | **string** | Geographic area that Amazon Web Services (AWS) defines to which MongoDB Cloud deployed this network peering container. | |
| 9 | +**VpcId** | Pointer to **string** | Unique string that identifies the MongoDB Cloud VPC on AWS. | [optional] [readonly] |
| 10 | +**Id** | Pointer to **string** | Unique 24-hexadecimal digit string that identifies the network peering container. | [optional] [readonly] |
| 11 | +**ProviderName** | Pointer to **string** | Cloud service provider that serves the requested network peering containers. | [optional] |
| 12 | +**Provisioned** | Pointer to **bool** | Flag that indicates whether MongoDB Cloud clusters exist in the specified network peering container. | [optional] [readonly] |
| 13 | + |
| 14 | +## Methods |
| 15 | + |
| 16 | +### NewAWSCloudProviderContainer |
| 17 | + |
| 18 | +`func NewAWSCloudProviderContainer(regionName string, ) *AWSCloudProviderContainer` |
| 19 | + |
| 20 | +NewAWSCloudProviderContainer instantiates a new AWSCloudProviderContainer object |
| 21 | +This constructor will assign default values to properties that have it defined, |
| 22 | +and makes sure properties required by API are set, but the set of arguments |
| 23 | +will change when the set of required properties is changed |
| 24 | + |
| 25 | +### NewAWSCloudProviderContainerWithDefaults |
| 26 | + |
| 27 | +`func NewAWSCloudProviderContainerWithDefaults() *AWSCloudProviderContainer` |
| 28 | + |
| 29 | +NewAWSCloudProviderContainerWithDefaults instantiates a new AWSCloudProviderContainer object |
| 30 | +This constructor will only assign default values to properties that have it defined, |
| 31 | +but it doesn't guarantee that properties required by API are set |
| 32 | + |
| 33 | +### GetAtlasCidrBlock |
| 34 | + |
| 35 | +`func (o *AWSCloudProviderContainer) GetAtlasCidrBlock() string` |
| 36 | + |
| 37 | +GetAtlasCidrBlock returns the AtlasCidrBlock field if non-nil, zero value otherwise. |
| 38 | + |
| 39 | +### GetAtlasCidrBlockOk |
| 40 | + |
| 41 | +`func (o *AWSCloudProviderContainer) GetAtlasCidrBlockOk() (*string, bool)` |
| 42 | + |
| 43 | +GetAtlasCidrBlockOk returns a tuple with the AtlasCidrBlock field if it's non-nil, zero value otherwise |
| 44 | +and a boolean to check if the value has been set. |
| 45 | + |
| 46 | +### SetAtlasCidrBlock |
| 47 | + |
| 48 | +`func (o *AWSCloudProviderContainer) SetAtlasCidrBlock(v string)` |
| 49 | + |
| 50 | +SetAtlasCidrBlock sets AtlasCidrBlock field to given value. |
| 51 | + |
| 52 | +### HasAtlasCidrBlock |
| 53 | + |
| 54 | +`func (o *AWSCloudProviderContainer) HasAtlasCidrBlock() bool` |
| 55 | + |
| 56 | +HasAtlasCidrBlock returns a boolean if a field has been set. |
| 57 | + |
| 58 | +### GetRegionName |
| 59 | + |
| 60 | +`func (o *AWSCloudProviderContainer) GetRegionName() string` |
| 61 | + |
| 62 | +GetRegionName returns the RegionName field if non-nil, zero value otherwise. |
| 63 | + |
| 64 | +### GetRegionNameOk |
| 65 | + |
| 66 | +`func (o *AWSCloudProviderContainer) GetRegionNameOk() (*string, bool)` |
| 67 | + |
| 68 | +GetRegionNameOk returns a tuple with the RegionName field if it's non-nil, zero value otherwise |
| 69 | +and a boolean to check if the value has been set. |
| 70 | + |
| 71 | +### SetRegionName |
| 72 | + |
| 73 | +`func (o *AWSCloudProviderContainer) SetRegionName(v string)` |
| 74 | + |
| 75 | +SetRegionName sets RegionName field to given value. |
| 76 | + |
| 77 | + |
| 78 | +### GetVpcId |
| 79 | + |
| 80 | +`func (o *AWSCloudProviderContainer) GetVpcId() string` |
| 81 | + |
| 82 | +GetVpcId returns the VpcId field if non-nil, zero value otherwise. |
| 83 | + |
| 84 | +### GetVpcIdOk |
| 85 | + |
| 86 | +`func (o *AWSCloudProviderContainer) GetVpcIdOk() (*string, bool)` |
| 87 | + |
| 88 | +GetVpcIdOk returns a tuple with the VpcId field if it's non-nil, zero value otherwise |
| 89 | +and a boolean to check if the value has been set. |
| 90 | + |
| 91 | +### SetVpcId |
| 92 | + |
| 93 | +`func (o *AWSCloudProviderContainer) SetVpcId(v string)` |
| 94 | + |
| 95 | +SetVpcId sets VpcId field to given value. |
| 96 | + |
| 97 | +### HasVpcId |
| 98 | + |
| 99 | +`func (o *AWSCloudProviderContainer) HasVpcId() bool` |
| 100 | + |
| 101 | +HasVpcId returns a boolean if a field has been set. |
| 102 | + |
| 103 | +### GetId |
| 104 | + |
| 105 | +`func (o *AWSCloudProviderContainer) GetId() string` |
| 106 | + |
| 107 | +GetId returns the Id field if non-nil, zero value otherwise. |
| 108 | + |
| 109 | +### GetIdOk |
| 110 | + |
| 111 | +`func (o *AWSCloudProviderContainer) GetIdOk() (*string, bool)` |
| 112 | + |
| 113 | +GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise |
| 114 | +and a boolean to check if the value has been set. |
| 115 | + |
| 116 | +### SetId |
| 117 | + |
| 118 | +`func (o *AWSCloudProviderContainer) SetId(v string)` |
| 119 | + |
| 120 | +SetId sets Id field to given value. |
| 121 | + |
| 122 | +### HasId |
| 123 | + |
| 124 | +`func (o *AWSCloudProviderContainer) HasId() bool` |
| 125 | + |
| 126 | +HasId returns a boolean if a field has been set. |
| 127 | + |
| 128 | +### GetProviderName |
| 129 | + |
| 130 | +`func (o *AWSCloudProviderContainer) GetProviderName() string` |
| 131 | + |
| 132 | +GetProviderName returns the ProviderName field if non-nil, zero value otherwise. |
| 133 | + |
| 134 | +### GetProviderNameOk |
| 135 | + |
| 136 | +`func (o *AWSCloudProviderContainer) GetProviderNameOk() (*string, bool)` |
| 137 | + |
| 138 | +GetProviderNameOk returns a tuple with the ProviderName field if it's non-nil, zero value otherwise |
| 139 | +and a boolean to check if the value has been set. |
| 140 | + |
| 141 | +### SetProviderName |
| 142 | + |
| 143 | +`func (o *AWSCloudProviderContainer) SetProviderName(v string)` |
| 144 | + |
| 145 | +SetProviderName sets ProviderName field to given value. |
| 146 | + |
| 147 | +### HasProviderName |
| 148 | + |
| 149 | +`func (o *AWSCloudProviderContainer) HasProviderName() bool` |
| 150 | + |
| 151 | +HasProviderName returns a boolean if a field has been set. |
| 152 | + |
| 153 | +### GetProvisioned |
| 154 | + |
| 155 | +`func (o *AWSCloudProviderContainer) GetProvisioned() bool` |
| 156 | + |
| 157 | +GetProvisioned returns the Provisioned field if non-nil, zero value otherwise. |
| 158 | + |
| 159 | +### GetProvisionedOk |
| 160 | + |
| 161 | +`func (o *AWSCloudProviderContainer) GetProvisionedOk() (*bool, bool)` |
| 162 | + |
| 163 | +GetProvisionedOk returns a tuple with the Provisioned field if it's non-nil, zero value otherwise |
| 164 | +and a boolean to check if the value has been set. |
| 165 | + |
| 166 | +### SetProvisioned |
| 167 | + |
| 168 | +`func (o *AWSCloudProviderContainer) SetProvisioned(v bool)` |
| 169 | + |
| 170 | +SetProvisioned sets Provisioned field to given value. |
| 171 | + |
| 172 | +### HasProvisioned |
| 173 | + |
| 174 | +`func (o *AWSCloudProviderContainer) HasProvisioned() bool` |
| 175 | + |
| 176 | +HasProvisioned returns a boolean if a field has been set. |
| 177 | + |
| 178 | + |
| 179 | +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) |
| 180 | + |
| 181 | + |
0 commit comments