public enum TieringPolicy.TierAction extends Enum<TieringPolicy.TierAction> implements ProtocolMessageEnum
Tier action for the volume.
Protobuf enum google.cloud.netapp.v1.TieringPolicy.TierAction
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ENABLED |
When tiering is enabled, new cold data will be tiered. |
ENABLED_VALUE |
When tiering is enabled, new cold data will be tiered. |
PAUSED |
When paused, tiering won't be performed on new data. Existing data stays tiered until accessed. |
PAUSED_VALUE |
When paused, tiering won't be performed on new data. Existing data stays tiered until accessed. |
TIER_ACTION_UNSPECIFIED |
Unspecified. |
TIER_ACTION_UNSPECIFIED_VALUE |
Unspecified. |
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() |