public enum ScaleType extends Enum<ScaleType> implements ProtocolMessageEnumDefines the scale-type of a UNIFIED Storage Pool.
Protobuf enum google.cloud.netapp.v1.ScaleType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
SCALE_TYPE_DEFAULT |
Represents standard capacity and performance scale-type. Suitable for general purpose workloads. |
SCALE_TYPE_DEFAULT_VALUE |
Represents standard capacity and performance scale-type. Suitable for general purpose workloads. |
SCALE_TYPE_SCALEOUT |
Represents higher capacity and performance scale-type. Suitable for more demanding workloads. |
SCALE_TYPE_SCALEOUT_VALUE |
Represents higher capacity and performance scale-type. Suitable for more demanding workloads. |
SCALE_TYPE_UNSPECIFIED |
Unspecified scale type. |
SCALE_TYPE_UNSPECIFIED_VALUE |
Unspecified scale 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() |
|