public sealed class VmCreationConfig : IMessage<VmCreationConfig>, IEquatable<VmCreationConfig>, IDeepCloneable<VmCreationConfig>, IBufferMessage, IMessage
VM creation configuration message
Implements
IMessage<VmCreationConfig>, IEquatable<VmCreationConfig>, IDeepCloneable<VmCreationConfig>, 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 |