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-03-21 UTC."],[[["The `ReplicaPlacement` class in the Anthos Multi-Cloud v1 API defines the configuration for the placement of a control plane replica."],["This class, found within the `Google.Cloud.GkeMultiCloud.V1` namespace, is implemented using multiple interfaces for enhanced functionality, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`ReplicaPlacement` contains properties to configure the `AzureAvailabilityZone` and `SubnetId` for the control plane VM and ETCD disk."],["The latest version of `ReplicaPlacement` is version 2.8.0, with other versions available from 2.7.0 down to 1.0.0-beta01 for users who may need older versions."]]],[]]