public enum SqlDataDiskType extends Enum<SqlDataDiskType> implements ProtocolMessageEnumThe type of disk that is used for a v2 instance to use.
Protobuf enum google.cloud.sql.v1.SqlDataDiskType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
HYPERDISK_BALANCED |
A Hyperdisk Balanced data disk. |
HYPERDISK_BALANCED_VALUE |
A Hyperdisk Balanced data disk. |
OBSOLETE_LOCAL_SSD |
This field is deprecated and will be removed from a future version of the API. |
OBSOLETE_LOCAL_SSD_VALUE |
This field is deprecated and will be removed from a future version of the API. |
PD_HDD |
An HDD data disk. |
PD_HDD_VALUE |
An HDD data disk. |
PD_SSD |
An SSD data disk. |
PD_SSD_VALUE |
An SSD data disk. |
SQL_DATA_DISK_TYPE_UNSPECIFIED |
This is an unknown data disk type. |
SQL_DATA_DISK_TYPE_UNSPECIFIED_VALUE |
This is an unknown data 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() |
|