Show / Hide Table of Contents

Class AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk

Inheritance
object
AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk
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.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.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
long?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
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
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX