Show / Hide Table of Contents

Class AwsSourceVmDetails

Represent the source AWS VM details.

Inheritance
object
AwsSourceVmDetails
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.VMMigrationService.v1alpha1.Data
Assembly: Google.Apis.VMMigrationService.v1alpha1.dll
Syntax
public class AwsSourceVmDetails : IDirectResponseSchema

Properties

Architecture

Output only. The VM architecture.

Declaration
[JsonProperty("architecture")]
public virtual string Architecture { get; set; }
Property Value
Type Description
string

CommittedStorageBytes

Output only. 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

Output only. 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

Output only. The firmware type of the source VM.

Declaration
[JsonProperty("firmware")]
public virtual string Firmware { get; set; }
Property Value
Type Description
string

VmCapabilitiesInfo

Output only. Information about VM capabilities needed for some Compute Engine features.

Declaration
[JsonProperty("vmCapabilitiesInfo")]
public virtual VmCapabilities VmCapabilitiesInfo { get; set; }
Property Value
Type Description
VmCapabilities

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX