Show / Hide Table of Contents

Class AwsSourceDiskDetails

Represents the source AWS Disk details.

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

Properties

DiskType

Optional. Output only. Disk type.

Declaration
[JsonProperty("diskType")]
public virtual string DiskType { 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

SizeGib

Output only. Size in GiB.

Declaration
[JsonProperty("sizeGib")]
public virtual long? SizeGib { get; set; }
Property Value
Type Description
long?

Tags

Optional. Output only. A map of AWS volume tags.

Declaration
[JsonProperty("tags")]
public virtual IDictionary<string, string> Tags { get; set; }
Property Value
Type Description
IDictionary<string, string>

VolumeId

Required. AWS volume ID.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX