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-04-17 UTC."],[[["The `VmCreationConfig` class is used for configuring the creation of a virtual machine and is implemented as a sealed class."],["This class is found within the `Google.Cloud.CloudDms.V1` namespace and is part of the `Google.Cloud.CloudDms.V1.dll` assembly, and it inherits from the Object class."],["`VmCreationConfig` provides properties like `Subnet`, `VmMachineType`, and `VmZone` to specify the subnet, machine type, and zone for VM creation respectively, all of which are strings."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` which allow for message creation, comparison, deep cloning, and buffering."],["There are 9 versions of the `VmCreationConfig` reference documentation, ranging from version 1.0.0 to 2.5.0, with 2.5.0 being the latest."]]],[]]