Class GetNetworkContainersResultResult
Inheritance
Inherited Members
Namespace: Pulumi.Mongodbatlas.Outputs
Assembly: Pulumi.Mongodbatlas.dll
Syntax
public sealed class GetNetworkContainersResultResult
Fields
View SourceAtlasCidrBlock
CIDR block that Atlas uses for your clusters. Atlas uses the specified CIDR block for all other Network Peering connections created in the project. The Atlas CIDR block must be at least a /24 and at most a /21 in one of the following private networks.
Declaration
public readonly string AtlasCidrBlock
Field Value
| Type | Description |
|---|---|
| System.String |
AzureSubscriptionId
Unique identifer of the Azure subscription in which the VNet resides.
Declaration
public readonly string AzureSubscriptionId
Field Value
| Type | Description |
|---|---|
| System.String |
GcpProjectId
Unique identifier of the GCP project in which the Network Peering connection resides.
Declaration
public readonly string GcpProjectId
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The Network Peering Container ID.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
NetworkName
Name of the Network Peering connection in the Atlas project.
Declaration
public readonly string NetworkName
Field Value
| Type | Description |
|---|---|
| System.String |
ProviderName
Cloud provider for this Network peering container. Accepted values are AWS, GCP, and Azure.
Declaration
public readonly string ProviderName
Field Value
| Type | Description |
|---|---|
| System.String |
Provisioned
Indicates whether the project has Network Peering connections deployed in the container.
Declaration
public readonly bool Provisioned
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Region
The Atlas Azure region name for where this container exists.
Declaration
public readonly string Region
Field Value
| Type | Description |
|---|---|
| System.String |
RegionName
The Atlas AWS region name for where this container exists.
Declaration
public readonly string RegionName
Field Value
| Type | Description |
|---|---|
| System.String |
VnetName
The name of the Azure VNet. This value is null until you provision an Azure VNet in the container.
Declaration
public readonly string VnetName
Field Value
| Type | Description |
|---|---|
| System.String |
VpcId
Unique identifier of the project’s VPC.
Declaration
public readonly string VpcId
Field Value
| Type | Description |
|---|---|
| System.String |