Class GetGlobalClusterConfigResult
Inheritance
System.Object
GetGlobalClusterConfigResult
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 GetGlobalClusterConfigResult
Fields
View SourceClusterName
Declaration
public readonly string ClusterName
Field Value
Type | Description |
---|---|
System.String |
CustomZoneMapping
A map of all custom zone mappings defined for the Global Cluster. Atlas automatically maps each location code to the closest geographical zone. Custom zone mappings allow administrators to override these automatic mappings. If your Global Cluster does not have any custom zone mappings, this document is empty.
Declaration
public readonly ImmutableDictionary<string, object> CustomZoneMapping
Field Value
Type | Description |
---|---|
System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
Type | Description |
---|---|
System.String |
ManagedNamespaces
Add a managed namespaces to a Global Cluster. For more information about managed namespaces, see Global Clusters. See Managed Namespace below for more details.
Declaration
public readonly ImmutableArray<GetGlobalClusterConfigManagedNamespaceResult> ManagedNamespaces
Field Value
Type | Description |
---|---|
System.Collections.Immutable.ImmutableArray<GetGlobalClusterConfigManagedNamespaceResult> |
ProjectId
Declaration
public readonly string ProjectId
Field Value
Type | Description |
---|---|
System.String |