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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This webpage provides documentation for the `ReplicaPlacement` class within the Google Cloud GKE Multi-Cloud V1 API, specifically version 2.7.0."],["The `ReplicaPlacement` class is used to configure the placement of a control plane replica in a multi-cloud environment."],["The latest available version of the `ReplicaPlacement` is 2.8.0, with documentation for version 2.7.0 as the main focus of the current page, and prior versions going back to 1.0.0-beta01 also having documentation."],["The `ReplicaPlacement` class requires the Azure availability zone and the subnet ID to be set for each control plane replica, to provision the control plane VM and the ETCD disk."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` allowing for deep cloning and other functionalities."]]],[]]