tierAction property
Flag indicating if the volume has tiering policy enable/pause.
Default is PAUSED.
Optional. Possible string values are:
- "TIER_ACTION_UNSPECIFIED" : Unspecified.
- "ENABLED" : 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.
Implementation
core.String? tierAction;