Show / Hide Table of Contents

Class NetworkContainerState

Inheritance
System.Object
InputArgs
ResourceArgs
NetworkContainerState
Inherited Members
ResourceArgs.Empty
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 NetworkContainerState : ResourceArgs

Constructors

View Source

NetworkContainerState()

Declaration
public NetworkContainerState()

Properties

View Source

AtlasCidrBlock

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>
View Source

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>
View Source

ContainerId

The Network Peering Container ID.

Declaration
public Input<string> ContainerId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

VpcId

Unique identifier of the project’s VPC.

Declaration
public Input<string> VpcId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.