Class VmwareDiskConfig
VMware disk config details.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1.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 |
RdmCompatibility
RDM compatibility mode.
Declaration
[JsonProperty("rdmCompatibility")]
public virtual string RdmCompatibility { 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? |
VmdkMode
VMDK disk mode.
Declaration
[JsonProperty("vmdkMode")]
public virtual string VmdkMode { get; set; }
Property Value
Type | Description |
---|---|
string |