Reference documentation and code samples for the Google Cloud Net App V1 Client class TierAction.
Tier action for the volume.
Protobuf type google.cloud.netapp.v1.TieringPolicy.TierAction
Namespace
Google \ Cloud \ NetApp \ V1 \ TieringPolicyMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
TIER_ACTION_UNSPECIFIED
Value: 0
Unspecified.
Generated from protobuf enum TIER_ACTION_UNSPECIFIED = 0;
ENABLED
Value: 1
When tiering is enabled, new cold data will be tiered.
Generated from protobuf enum ENABLED = 1;
PAUSED
Value: 2
When paused, tiering won't be performed on new data. Existing data stays tiered until accessed.
Generated from protobuf enum PAUSED = 2;