public interface AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDiskOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getDiskSizeGb()
Specifies the size of the disk in base-2 GB.
|
String |
getInterface()
Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME.
|
com.google.protobuf.ByteString |
getInterfaceBytes()
Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME.
|
boolean |
hasDiskSizeGb()
Specifies the size of the disk in base-2 GB.
|
boolean |
hasInterface()
Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasDiskSizeGb()
Specifies the size of the disk in base-2 GB.
optional int64 disk_size_gb = 316263735;long getDiskSizeGb()
Specifies the size of the disk in base-2 GB.
optional int64 disk_size_gb = 316263735;boolean hasInterface()
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.
optional string interface = 502623545;String getInterface()
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.
optional string interface = 502623545;com.google.protobuf.ByteString getInterfaceBytes()
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.
optional string interface = 502623545;Copyright © 2023 Google LLC. All rights reserved.