Class NetworkContainerArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Mongodbatlas
Assembly: Pulumi.Mongodbatlas.dll
Syntax
public sealed class NetworkContainerArgs : ResourceArgs
Constructors
View SourceNetworkContainerArgs()
Declaration
public NetworkContainerArgs()
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> |
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> |
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> |