Class NetworkContainerState
Inherited Members
Namespace: Pulumi.Mongodbatlas
Assembly: Pulumi.Mongodbatlas.dll
Syntax
public sealed class NetworkContainerState : ResourceArgs
Constructors
View SourceNetworkContainerState()
Declaration
public NetworkContainerState()
Properties
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 Input<string> AtlasCidrBlock { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
AzureSubscriptionId
Unique identifer of the Azure subscription in which the VNet resides.
Declaration
public Input<string> AzureSubscriptionId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ContainerId
The Network Peering Container ID.
Declaration
public Input<string> ContainerId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
GcpProjectId
Unique identifier of the GCP project in which the Network Peering connection resides.
Declaration
public Input<string> GcpProjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NetworkName
Name of the Network Peering connection in the Atlas project.
Declaration
public Input<string> NetworkName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ProjectId
The unique ID for the project to create the database user.
Declaration
public Input<string> ProjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ProviderName
Cloud provider for this Network Peering connection. If omitted, Atlas sets this parameter to AWS.
Declaration
public Input<string> ProviderName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Provisioned
Indicates whether the project has Network Peering connections deployed in the container.
Declaration
public Input<bool> Provisioned { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Region
The Atlas Azure region name for where this container will exist.
Declaration
public Input<string> Region { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RegionName
The Atlas AWS region name for where this container will exist.
Declaration
public Input<string> RegionName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
VnetName
The name of the Azure VNet. This value is null until you provision an Azure VNet in the container.
Declaration
public Input<string> VnetName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
VpcId
Unique identifier of the project’s VPC.
Declaration
public Input<string> VpcId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |