Class AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk
Inheritance
System.Object
AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk : IDirectResponseSchema
Properties
DiskSizeGb
Specifies the size of the disk in base-2 GB.
Declaration
[JsonProperty("diskSizeGb")]
public virtual long? DiskSizeGb { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Interface__
Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. The default is SCSI. For performance characteristics of SCSI over NVMe, see Local SSD performance.
Declaration
[JsonProperty("interface")]
public virtual string Interface__ { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |