public sealed class VmSelectionConfig : IMessage<VmSelectionConfig>, IEquatable<VmSelectionConfig>, IDeepCloneable<VmSelectionConfig>, IBufferMessage, IMessageVM selection configuration message
Implements
IMessage<VmSelectionConfig>, IEquatable<VmSelectionConfig>, IDeepCloneable<VmSelectionConfig>, 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 |
|