public sealed class VmCreationConfig : IMessage<VmCreationConfig>, IEquatable<VmCreationConfig>, IDeepCloneable<VmCreationConfig>, IBufferMessage, IMessageReference documentation and code samples for the Database Migration v1 API class VmCreationConfig.
VM creation configuration message
Implements
IMessageVmCreationConfig, IEquatableVmCreationConfig, IDeepCloneableVmCreationConfig, IBufferMessage, IMessageNamespace
Google.Cloud.CloudDms.V1Assembly
Google.Cloud.CloudDms.V1.dll
Constructors
VmCreationConfig()
public VmCreationConfig()VmCreationConfig(VmCreationConfig)
public VmCreationConfig(VmCreationConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
VmCreationConfig |
Properties
Subnet
public string Subnet { get; set; }The subnet name the vm needs to be created in.
| Property Value | |
|---|---|
| Type | Description |
string |
|
VmMachineType
public string VmMachineType { get; set; }Required. VM instance machine type to create.
| Property Value | |
|---|---|
| Type | Description |
string |
|
VmZone
public string VmZone { get; set; }The Google Cloud Platform zone to create the VM in.
| Property Value | |
|---|---|
| Type | Description |
string |
|