public sealed class AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk : IMessage<AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk>, IEquatable<AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk>, IDeepCloneable<AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk>, IBufferMessage, IMessage
Implements
IMessageAllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk, IEquatableAllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk, IDeepCloneableAllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk()
public AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk()
AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk(AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk)
public AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk(AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk other)
Parameter | |
---|---|
Name | Description |
other | AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk |
Properties
DiskSizeGb
public long DiskSizeGb { get; set; }
Specifies the size of the disk in base-2 GB.
Property Value | |
---|---|
Type | Description |
long |
HasDiskSizeGb
public bool HasDiskSizeGb { get; }
Gets whether the "disk_size_gb" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasInterface
public bool HasInterface { get; }
Gets whether the "interface" field is set
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |