Class FutureResourcesSpecLocalSsdPartition
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class FutureResourcesSpecLocalSsdPartition : IDirectResponseSchema
Properties
DiskInterface
Disk interface. Defaults to SCSI.
Declaration
[JsonProperty("diskInterface")]
public virtual string DiskInterface { get; set; }
Property Value
Type | Description |
---|---|
string |
DiskSizeGb
The size of the disk in GB.
Declaration
[JsonProperty("diskSizeGb")]
public virtual long? DiskSizeGb { get; set; }
Property Value
Type | Description |
---|---|
long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |