Show / Hide Table of Contents

Class GetNetworkContainerResult

Inheritance
System.Object
GetNetworkContainerResult
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 GetNetworkContainerResult

Fields

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 readonly string AtlasCidrBlock
Field Value
Type Description
System.String
View Source

AzureSubscriptionId

Unique identifer of the Azure subscription in which the VNet resides.

Declaration
public readonly string AzureSubscriptionId
Field Value
Type Description
System.String
View Source

ContainerId

Declaration
public readonly string ContainerId
Field Value
Type Description
System.String
View Source

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

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

NetworkName

Name of the Network Peering connection in the Atlas project.

Declaration
public readonly string NetworkName
Field Value
Type Description
System.String
View Source

ProjectId

Declaration
public readonly string ProjectId
Field Value
Type Description
System.String
View Source

ProviderName

Cloud provider for this Network Peering connection. If omitted, Atlas sets this parameter to AWS.

Declaration
public readonly string ProviderName
Field Value
Type Description
System.String
View Source

Provisioned

Indicates whether the project has Network Peering connections deployed in the container.

Declaration
public readonly bool Provisioned
Field Value
Type Description
System.Boolean
View Source

Region

The Atlas Azure region name for where this container will exist.

Declaration
public readonly string Region
Field Value
Type Description
System.String
View Source

RegionName

The Atlas AWS region name for where this container will exist.

Declaration
public readonly string RegionName
Field Value
Type Description
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 readonly string VnetName
Field Value
Type Description
System.String
View Source

VpcId

Unique identifier of the project’s VPC.

Declaration
public readonly string VpcId
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.