Enum TieringPolicy.TierAction (0.23.0)

public enum TieringPolicy.TierAction extends Enum<TieringPolicy.TierAction> implements ProtocolMessageEnum

Tier action for the volume.

Protobuf enum google.cloud.netapp.v1.TieringPolicy.TierAction

Implements

ProtocolMessageEnum

Static Fields

Name Description
ENABLED

When tiering is enabled, new cold data will be tiered.

ENABLED = 1;

ENABLED_VALUE

When tiering is enabled, new cold data will be tiered.

ENABLED = 1;

PAUSED

When paused, tiering won't be performed on new data. Existing data stays tiered until accessed.

PAUSED = 2;

PAUSED_VALUE

When paused, tiering won't be performed on new data. Existing data stays tiered until accessed.

PAUSED = 2;

TIER_ACTION_UNSPECIFIED

Unspecified.

TIER_ACTION_UNSPECIFIED = 0;

TIER_ACTION_UNSPECIFIED_VALUE

Unspecified.

TIER_ACTION_UNSPECIFIED = 0;

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()