Compute Engine v1 API - Class AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk (2.15.0)

public sealed class AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk : IMessage<AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk>, IEquatable<AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk>, IDeepCloneable<AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk>, IBufferMessage, IMessage

Inheritance

object > AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk()

public AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk()

AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk(AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk)

public AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk(AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk other)
Parameter
NameDescription
otherAllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk

Properties

DiskSizeGb

public long DiskSizeGb { get; set; }

Specifies the size of the disk in base-2 GB.

Property Value
TypeDescription
long

HasDiskSizeGb

public bool HasDiskSizeGb { get; }

Gets whether the "disk_size_gb" field is set

Property Value
TypeDescription
bool

HasInterface

public bool HasInterface { get; }

Gets whether the "interface" field is set

Property Value
TypeDescription
bool

Interface

public string Interface { get; set; }

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. Check the Interface enum for the list of possible values.

Property Value
TypeDescription
string