Class VmwareSourceVmDetails
Represent the source Vmware VM details.
Implements
Inherited Members
Namespace: Google.Apis.VMMigrationService.v1.Data
Assembly: Google.Apis.VMMigrationService.v1.dll
Syntax
public class VmwareSourceVmDetails : IDirectResponseSchema
Properties
CommittedStorageBytes
The total size of the disks being migrated in bytes.
Declaration
[JsonProperty("committedStorageBytes")]
public virtual long? CommittedStorageBytes { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
Disks
The disks attached to the source VM.
Declaration
[JsonProperty("disks")]
public virtual IList<VmwareDiskDetails> Disks { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<VmwareDiskDetails> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Firmware
The firmware type of the source VM.
Declaration
[JsonProperty("firmware")]
public virtual string Firmware { get; set; }
Property Value
| Type | Description |
|---|---|
| string |