public sealed class VmCreationConfig : IMessage<VmCreationConfig>, IEquatable<VmCreationConfig>, IDeepCloneable<VmCreationConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Database Migration v1 API class VmCreationConfig.
[[["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 document provides reference documentation for the `VmCreationConfig` class within the Database Migration v1 API in version 2.2.0."],["`VmCreationConfig` is a class used for configuring VM creation within the Google Cloud Platform, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor and one that accepts another `VmCreationConfig` instance as a parameter, allowing for cloning."],["The class has three key properties that set the VM configuration: `Subnet`, `VmMachineType` and `VmZone`, all of which are strings, used to specify the network, instance machine type, and location for the VM, respectively."],["There are 9 versions available of this API, with 2.5.0 being the latest version, and 1.0.0 the earliest version."]]],[]]