Show / Hide Table of Contents

Class GlobalClusterConfigCustomZoneMapping

Inheritance
System.Object
GlobalClusterConfigCustomZoneMapping
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.Outputs
Assembly: Pulumi.Mongodbatlas.dll
Syntax
public sealed class GlobalClusterConfigCustomZoneMapping

Fields

View Source

Location

The ISO location code to which you want to map a zone in your Global Cluster. You can find a list of all supported location codes here.

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

Zone

The name of the zone in your Global Cluster that you want to map to location.

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