public static enum AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk.Interface extends Enum<AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk.Interface> implements com.google.protobuf.ProtocolMessageEnum
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.Protobuf enum
google.cloud.compute.v1.AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk.Interface| Enum Constant and Description |
|---|
NVME
NVME = 2408800; |
SCSI
SCSI = 2539686; |
UNDEFINED_INTERFACE
A value indicating that the enum field is not set.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
NVME_VALUE
NVME = 2408800; |
static int |
SCSI_VALUE
SCSI = 2539686; |
static int |
UNDEFINED_INTERFACE_VALUE
A value indicating that the enum field is not set.
|
public static final AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk.Interface UNDEFINED_INTERFACE
A value indicating that the enum field is not set.
UNDEFINED_INTERFACE = 0;public static final AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk.Interface NVME
NVME = 2408800;public static final AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk.Interface SCSI
SCSI = 2539686;public static final AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk.Interface UNRECOGNIZED
public static final int UNDEFINED_INTERFACE_VALUE
A value indicating that the enum field is not set.
UNDEFINED_INTERFACE = 0;public static final int NVME_VALUE
NVME = 2408800;public static final int SCSI_VALUE
SCSI = 2539686;public static AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk.Interface[] values()
for (AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk.Interface c : AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk.Interface.values()) System.out.println(c);
public static AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk.Interface valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk.Interface valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk.Interface forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk.Interface> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk.Interface valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.