Class Disk
A message describing a data disk.
Implements
Inherited Members
Namespace: Google.Apis.VMMigrationService.v1alpha1.Data
Assembly: Google.Apis.VMMigrationService.v1alpha1.dll
Syntax
public class Disk : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Lun
The disk's Logical Unit Number (LUN).
Declaration
[JsonProperty("lun")]
public virtual int? Lun { get; set; }
Property Value
Type | Description |
---|---|
int? |
Name
The disk name.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
SizeGb
The disk size in GB.
Declaration
[JsonProperty("sizeGb")]
public virtual int? SizeGb { get; set; }
Property Value
Type | Description |
---|---|
int? |