public sealed class VmwareDiskConfig : IMessage<VmwareDiskConfig>, IEquatable<VmwareDiskConfig>, IDeepCloneable<VmwareDiskConfig>, IBufferMessage, IMessageReference documentation and code samples for the Migration Center v1 API class VmwareDiskConfig.
VMware disk config details.
Implements
IMessageVmwareDiskConfig, IEquatableVmwareDiskConfig, IDeepCloneableVmwareDiskConfig, IBufferMessage, IMessageNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
VmwareDiskConfig()
public VmwareDiskConfig()VmwareDiskConfig(VmwareDiskConfig)
public VmwareDiskConfig(VmwareDiskConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
VmwareDiskConfig |
Properties
BackingType
public VmwareDiskConfig.Types.BackingType BackingType { get; set; }VMDK backing type.
| Property Value | |
|---|---|
| Type | Description |
VmwareDiskConfigTypesBackingType |
|
RdmCompatibility
public VmwareDiskConfig.Types.RdmCompatibility RdmCompatibility { get; set; }RDM compatibility mode.
| Property Value | |
|---|---|
| Type | Description |
VmwareDiskConfigTypesRdmCompatibility |
|
Shared
public bool Shared { get; set; }Is VMDK shared with other VMs.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
VmdkMode
public VmwareDiskConfig.Types.VmdkMode VmdkMode { get; set; }VMDK disk mode.
| Property Value | |
|---|---|
| Type | Description |
VmwareDiskConfigTypesVmdkMode |
|