Show / Hide Table of Contents

Class VmwareDiskConfig

VMware disk config details.

Inheritance
object
VmwareDiskConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX