Show / Hide Table of Contents

Class TieringPolicy

Defines tiering policy for the volume.

Inheritance
object
TieringPolicy
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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 2-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

HotTierBypassModeEnabled

Optional. Flag indicating that the hot tier bypass mode is enabled. Default is false. This is only applicable to Flex service level.

Declaration
[JsonProperty("hotTierBypassModeEnabled")]
public virtual bool? HotTierBypassModeEnabled { get; set; }
Property Value
Type Description
bool?

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX