Database Migration v1 API - Class VmSelectionConfig (2.4.0)

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

Reference documentation and code samples for the Database Migration v1 API class VmSelectionConfig.

VM selection configuration message

Inheritance

object > VmSelectionConfig

Namespace

Google.Cloud.CloudDms.V1

Assembly

Google.Cloud.CloudDms.V1.dll

Constructors

VmSelectionConfig()

public VmSelectionConfig()

VmSelectionConfig(VmSelectionConfig)

public VmSelectionConfig(VmSelectionConfig other)
Parameter
NameDescription
otherVmSelectionConfig

Properties

VmZone

public string VmZone { get; set; }

Required. The Google Cloud Platform zone the VM is located.

Property Value
TypeDescription
string