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."],[[["The `VmCreationConfig` class is used for configuring the creation of a virtual machine, as a configuration message."],["This class supports multiple versions of the Google Cloud CloudDms API, ranging from version 1.0.0 to the latest version 2.5.0, with version 2.0.0 as the current page's focus."],["It implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for message handling, equality comparison, deep cloning, and buffer message handling respectively."],["The class includes properties like `Subnet`, `VmMachineType`, and `VmZone` to specify the VM's network, machine type, and location when creating it."],["It also includes two constructors: `VmCreationConfig()` and `VmCreationConfig(VmCreationConfig other)`, the latter allowing for construction by passing in an existing `VmCreationConfig` object."]]],[]]