Module: Google::Cloud::NetApp::V1::TieringPolicy::TierAction
- Defined in:
- proto_docs/google/cloud/netapp/v1/volume.rb
Overview
Tier action for the volume.
Constant Summary collapse
- TIER_ACTION_UNSPECIFIED =
Unspecified.
0
- ENABLED =
When tiering is enabled, new cold data will be tiered.
1
- PAUSED =
When paused, tiering won't be performed on new data. Existing data stays tiered until accessed.
2