Show / Hide Table of Contents

Class NetworkContainerArgs

Inheritance
System.Object
InputArgs
ResourceArgs
NetworkContainerArgs
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 NetworkContainerArgs : ResourceArgs

Constructors

View Source

NetworkContainerArgs()

Declaration
public NetworkContainerArgs()

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

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

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
Back to top Copyright 2016-2020, Pulumi Corporation.