public sealed class VmSelectionConfig : IMessage<VmSelectionConfig>, IEquatable<VmSelectionConfig>, IDeepCloneable<VmSelectionConfig>, IBufferMessage, IMessageReference documentation and code samples for the Database Migration v1 API class VmSelectionConfig.
VM selection configuration message
Implements
IMessageVmSelectionConfig, IEquatableVmSelectionConfig, IDeepCloneableVmSelectionConfig, IBufferMessage, IMessageNamespace
Google.Cloud.CloudDms.V1Assembly
Google.Cloud.CloudDms.V1.dll
Constructors
VmSelectionConfig()
public VmSelectionConfig()VmSelectionConfig(VmSelectionConfig)
public VmSelectionConfig(VmSelectionConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
VmSelectionConfig |
Properties
VmZone
public string VmZone { get; set; }Required. The Google Cloud Platform zone the VM is located.
| Property Value | |
|---|---|
| Type | Description |
string |
|