[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[[["\u003cp\u003eThe latest version of the \u003ccode\u003eTieringPolicy\u003c/code\u003e class is 1.8.0, found within the \u003ccode\u003eGoogle.Cloud.NetApp.V1\u003c/code\u003e namespace and assembly \u003ccode\u003eGoogle.Cloud.NetApp.V1.dll\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eTieringPolicy\u003c/code\u003e is a sealed class that defines the tiering policy for volumes, implementing several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCoolingThresholdDays\u003c/code\u003e property allows you to set the number of days (between 7 and 183, default 31) before a data block is considered cold and eligible for tiering.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTierAction\u003c/code\u003e property controls whether the tiering policy is enabled or paused, with the default state being paused.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTieringPolicy\u003c/code\u003e class has two constructors: one default and one that accepts another \u003ccode\u003eTieringPolicy\u003c/code\u003e instance for copying.\u003c/p\u003e\n"]]],[],null,["# NetApp v1 API - Class TieringPolicy (1.10.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.10.0 (latest)](/dotnet/docs/reference/Google.Cloud.NetApp.V1/latest/Google.Cloud.NetApp.V1.TieringPolicy)\n- [1.9.0](/dotnet/docs/reference/Google.Cloud.NetApp.V1/1.9.0/Google.Cloud.NetApp.V1.TieringPolicy)\n- [1.8.0](/dotnet/docs/reference/Google.Cloud.NetApp.V1/1.8.0/Google.Cloud.NetApp.V1.TieringPolicy)\n- [1.7.0](/dotnet/docs/reference/Google.Cloud.NetApp.V1/1.7.0/Google.Cloud.NetApp.V1.TieringPolicy)\n- [1.6.0](/dotnet/docs/reference/Google.Cloud.NetApp.V1/1.6.0/Google.Cloud.NetApp.V1.TieringPolicy)\n- [1.5.0](/dotnet/docs/reference/Google.Cloud.NetApp.V1/1.5.0/Google.Cloud.NetApp.V1.TieringPolicy)\n- [1.4.0](/dotnet/docs/reference/Google.Cloud.NetApp.V1/1.4.0/Google.Cloud.NetApp.V1.TieringPolicy)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.NetApp.V1/1.3.0/Google.Cloud.NetApp.V1.TieringPolicy)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.NetApp.V1/1.2.0/Google.Cloud.NetApp.V1.TieringPolicy)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.NetApp.V1/1.1.0/Google.Cloud.NetApp.V1.TieringPolicy)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.NetApp.V1/1.0.0/Google.Cloud.NetApp.V1.TieringPolicy) \n\n public sealed class TieringPolicy : IMessage\u003cTieringPolicy\u003e, IEquatable\u003cTieringPolicy\u003e, IDeepCloneable\u003cTieringPolicy\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the NetApp v1 API class TieringPolicy.\n\nDefines tiering policy for the volume. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e TieringPolicy \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[TieringPolicy](/dotnet/docs/reference/Google.Cloud.NetApp.V1/latest/Google.Cloud.NetApp.V1.TieringPolicy), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[TieringPolicy](/dotnet/docs/reference/Google.Cloud.NetApp.V1/latest/Google.Cloud.NetApp.V1.TieringPolicy), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[TieringPolicy](/dotnet/docs/reference/Google.Cloud.NetApp.V1/latest/Google.Cloud.NetApp.V1.TieringPolicy), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.NetApp.V1](/dotnet/docs/reference/Google.Cloud.NetApp.V1/latest/Google.Cloud.NetApp.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.NetApp.V1.dll\n\nConstructors\n------------\n\n### TieringPolicy()\n\n public TieringPolicy()\n\n### TieringPolicy(TieringPolicy)\n\n public TieringPolicy(TieringPolicy other)\n\nProperties\n----------\n\n### CoolingThresholdDays\n\n public int CoolingThresholdDays { get; set; }\n\nOptional. Time in days to mark the volume's data block as cold and make it\neligible for tiering, can be range from 2-183. Default is 31.\n\n### HasCoolingThresholdDays\n\n public bool HasCoolingThresholdDays { get; }\n\nGets whether the \"cooling_threshold_days\" field is set\n\n### HasTierAction\n\n public bool HasTierAction { get; }\n\nGets whether the \"tier_action\" field is set\n\n### TierAction\n\n public TieringPolicy.Types.TierAction TierAction { get; set; }\n\nOptional. Flag indicating if the volume has tiering policy enable/pause.\nDefault is PAUSED."]]