public sealed class VmSelectionConfig : IMessage<VmSelectionConfig>, IEquatable<VmSelectionConfig>, IDeepCloneable<VmSelectionConfig>, IBufferMessage, IMessage
[[["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 `VmSelectionConfig` class is used to define the configuration for selecting a virtual machine (VM) and is part of the `Google.Cloud.CloudDms.V1` namespace."],["Version 2.5.0 is the latest version available, with several prior versions accessible, including 2.4.0, 2.3.0, 2.2.0, 2.1.0, 2.0.0, 1.2.0, 1.1.0, and 1.0.0."],["`VmSelectionConfig` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class includes a `VmZone` property, which is a required string property that specifies the Google Cloud Platform zone where the VM resides."],["`VmSelectionConfig` has two constructors, a default one and one that accepts another `VmSelectionConfig` object as a parameter, to create a copy."]]],[]]