Class VmCreationConfig (1.0.0)

public sealed class VmCreationConfig : IMessage<VmCreationConfig>, IEquatable<VmCreationConfig>, IDeepCloneable<VmCreationConfig>, IBufferMessage, IMessage

VM creation configuration message

Inheritance

Object > VmCreationConfig

Namespace

Google.Cloud.CloudDms.V1

Assembly

Google.Cloud.CloudDms.V1.dll

Constructors

VmCreationConfig()

public VmCreationConfig()

VmCreationConfig(VmCreationConfig)

public VmCreationConfig(VmCreationConfig other)
Parameter
NameDescription
otherVmCreationConfig

Properties

Subnet

public string Subnet { get; set; }

The subnet name the vm needs to be created in.

Property Value
TypeDescription
String

VmMachineType

public string VmMachineType { get; set; }

Required. VM instance machine type to create.

Property Value
TypeDescription
String

VmZone

public string VmZone { get; set; }

The Google Cloud Platform zone to create the VM in.

Property Value
TypeDescription
String