Anthos Multi-Cloud v1 API - Class ReplicaPlacement (2.5.0)

public sealed class ReplicaPlacement : IMessage<ReplicaPlacement>, IEquatable<ReplicaPlacement>, IDeepCloneable<ReplicaPlacement>, IBufferMessage, IMessage

Reference documentation and code samples for the Anthos Multi-Cloud v1 API class ReplicaPlacement.

Configuration for the placement of a control plane replica.

Inheritance

object > ReplicaPlacement

Namespace

Google.Cloud.GkeMultiCloud.V1

Assembly

Google.Cloud.GkeMultiCloud.V1.dll

Constructors

ReplicaPlacement()

public ReplicaPlacement()

ReplicaPlacement(ReplicaPlacement)

public ReplicaPlacement(ReplicaPlacement other)
Parameter
NameDescription
otherReplicaPlacement

Properties

AzureAvailabilityZone

public string AzureAvailabilityZone { get; set; }

Required. For a given replica, the Azure availability zone where to provision the control plane VM and the ETCD disk.

Property Value
TypeDescription
string

SubnetId

public string SubnetId { get; set; }

Required. For a given replica, the ARM ID of the subnet where the control plane VM is deployed. Make sure it's a subnet under the virtual network in the cluster configuration.

Property Value
TypeDescription
string