TieringPolicy(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Defines tiering policy for the volume.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
tier_action |
google.cloud.netapp_v1.types.TieringPolicy.TierAction
Optional. Flag indicating if the volume has tiering policy enable/pause. Default is PAUSED. This field is a member of oneof _ _tier_action .
|
cooling_threshold_days |
int
Optional. Time in days to mark the volume's data block as cold and make it eligible for tiering, can be range from 7-183. Default is 31. This field is a member of oneof _ _cooling_threshold_days .
|
Classes
TierAction
TierAction(value)
Tier action for the volume.