public enum LocalDiskInitializeParams.DiskType extends Enum<LocalDiskInitializeParams.DiskType> implements ProtocolMessageEnum
Possible disk types.
Protobuf enum google.events.cloud.notebooks.v1.LocalDiskInitializeParams.DiskType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
DISK_TYPE_UNSPECIFIED |
Disk type not set. |
DISK_TYPE_UNSPECIFIED_VALUE |
Disk type not set. |
PD_BALANCED |
Balanced persistent disk type. |
PD_BALANCED_VALUE |
Balanced persistent disk type. |
PD_EXTREME |
Extreme persistent disk type. |
PD_EXTREME_VALUE |
Extreme persistent disk type. |
PD_SSD |
SSD persistent disk type. |
PD_SSD_VALUE |
SSD persistent disk type. |
PD_STANDARD |
Standard persistent disk type. |
PD_STANDARD_VALUE |
Standard persistent disk type. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |