Class VmwareDiskConfig
VMware disk config details.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1alpha1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1alpha1.dll
Syntax
public class VmwareDiskConfig : IDirectResponseSchema
Properties
BackingType
VMDK backing type.
Declaration
[JsonProperty("backingType")]
public virtual string BackingType { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RdmCompatibilityMode
RDM compatibility mode.
Declaration
[JsonProperty("rdmCompatibilityMode")]
public virtual string RdmCompatibilityMode { get; set; }
Property Value
Type | Description |
---|---|
string |
Shared
Is VMDK shared with other VMs.
Declaration
[JsonProperty("shared")]
public virtual bool? Shared { get; set; }
Property Value
Type | Description |
---|---|
bool? |
VmdkDiskMode
VMDK disk mode.
Declaration
[JsonProperty("vmdkDiskMode")]
public virtual string VmdkDiskMode { get; set; }
Property Value
Type | Description |
---|---|
string |