public sealed class VmCreationConfig : IMessage<VmCreationConfig>, IEquatable<VmCreationConfig>, IDeepCloneable<VmCreationConfig>, 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."],[[["This webpage details the `VmCreationConfig` class, which is used for configuring the creation of a Virtual Machine (VM) within the Google Cloud Data Migration Service (Cloud DMS)."],["The `VmCreationConfig` class is part of the `Google.Cloud.CloudDms.V1` namespace and is implemented as a sealed class, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, a default constructor and one that takes another `VmCreationConfig` instance for copying configuration."],["Key properties of `VmCreationConfig` include `Subnet`, `VmMachineType` (required), and `VmZone`, which respectively define the network subnet, machine type, and zone where the VM should be created."],["The page also provides a link to view all the different versions of the `VmCreationConfig`, starting from version 1.0.0 to 2.5.0 (latest)."]]],[]]