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 latest version of the `VmCreationConfig` is 2.5.0, with other available versions ranging from 1.0.0 to 2.4.0."],["`VmCreationConfig` is a message class used for configuring the creation of a Virtual Machine."],["This class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `VmCreationConfig` class has properties such as `Subnet`, `VmMachineType`, and `VmZone`, which are used to define the configuration of a VM."],["The class has two constructors that can be used, one is empty, and one can copy the values of another `VmCreationConfig` object."]]],[]]