Show / Hide Table of Contents

Class PrivateIpModeArgs

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

Constructors

View Source

PrivateIpModeArgs()

Declaration
public PrivateIpModeArgs()

Properties

View Source

Enabled

Indicates whether Connect via Peering Only mode is enabled or disabled for an Atlas project

Declaration
public Input<bool> Enabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

ProjectId

The unique ID for the project to enable Only Private IP Mode.

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