Class TieringPolicy
Defines tiering policy for the volume.
Implements
Inherited Members
Namespace: Google.Apis.NetAppFiles.v1beta1.Data
Assembly: Google.Apis.NetAppFiles.v1beta1.dll
Syntax
public class TieringPolicy : IDirectResponseSchema
Properties
CoolingThresholdDays
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.
Declaration
[JsonProperty("coolingThresholdDays")]
public virtual int? CoolingThresholdDays { get; set; }
Property Value
Type | Description |
---|---|
int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TierAction
Optional. Flag indicating if the volume has tiering policy enable/pause. Default is PAUSED.
Declaration
[JsonProperty("tierAction")]
public virtual string TierAction { get; set; }
Property Value
Type | Description |
---|---|
string |