Class AwsSourceVmDetails
Represent the source AWS VM details.
Implements
Inherited Members
Namespace: Google.Apis.VMMigrationService.v1.Data
Assembly: Google.Apis.VMMigrationService.v1.dll
Syntax
public class AwsSourceVmDetails : 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<AwsDiskDetails> Disks { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<AwsDiskDetails> |
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 |