Class TieringPolicy
- java.lang.Object
-
- software.amazon.awssdk.services.fsx.model.TieringPolicy
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TieringPolicy.Builder,TieringPolicy>
@Generated("software.amazon.awssdk:codegen") public final class TieringPolicy extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TieringPolicy.Builder,TieringPolicy>
Describes the data tiering policy for an ONTAP volume. When enabled, Amazon FSx for ONTAP's intelligent tiering automatically transitions a volume's data between the file system's primary storage and capacity pool storage based on your access patterns.
Valid tiering policies are the following:
-
SNAPSHOT_ONLY- (Default value) moves cold snapshots to the capacity pool storage tier.
-
AUTO- moves cold user data and snapshots to the capacity pool storage tier based on your access patterns.
-
ALL- moves all user data blocks in both the active file system and Snapshot copies to the storage pool tier.
-
NONE- keeps a volume's data in the primary storage tier, preventing it from being moved to the capacity pool tier.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTieringPolicy.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TieringPolicy.Builderbuilder()IntegercoolingPeriod()Specifies the number of days that user data in a volume must remain inactive before it is considered "cold" and moved to the capacity pool.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()TieringPolicyNamename()Specifies the tiering policy used to transition data.StringnameAsString()Specifies the tiering policy used to transition data.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends TieringPolicy.Builder>serializableBuilderClass()TieringPolicy.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
coolingPeriod
public final Integer coolingPeriod()
Specifies the number of days that user data in a volume must remain inactive before it is considered "cold" and moved to the capacity pool. Used with the
AUTOandSNAPSHOT_ONLYtiering policies. Enter a whole number between 2 and 183. Default values are 31 days forAUTOand 2 days forSNAPSHOT_ONLY.- Returns:
- Specifies the number of days that user data in a volume must remain inactive before it is considered
"cold" and moved to the capacity pool. Used with the
AUTOandSNAPSHOT_ONLYtiering policies. Enter a whole number between 2 and 183. Default values are 31 days forAUTOand 2 days forSNAPSHOT_ONLY.
-
name
public final TieringPolicyName name()
Specifies the tiering policy used to transition data. Default value is
SNAPSHOT_ONLY.-
SNAPSHOT_ONLY- moves cold snapshots to the capacity pool storage tier. -
AUTO- moves cold user data and snapshots to the capacity pool storage tier based on your access patterns. -
ALL- moves all user data blocks in both the active file system and Snapshot copies to the storage pool tier. -
NONE- keeps a volume's data in the primary storage tier, preventing it from being moved to the capacity pool tier.
If the service returns an enum value that is not available in the current SDK version,
namewill returnTieringPolicyName.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromnameAsString().- Returns:
- Specifies the tiering policy used to transition data. Default value is
SNAPSHOT_ONLY.-
SNAPSHOT_ONLY- moves cold snapshots to the capacity pool storage tier. -
AUTO- moves cold user data and snapshots to the capacity pool storage tier based on your access patterns. -
ALL- moves all user data blocks in both the active file system and Snapshot copies to the storage pool tier. -
NONE- keeps a volume's data in the primary storage tier, preventing it from being moved to the capacity pool tier.
-
- See Also:
TieringPolicyName
-
-
nameAsString
public final String nameAsString()
Specifies the tiering policy used to transition data. Default value is
SNAPSHOT_ONLY.-
SNAPSHOT_ONLY- moves cold snapshots to the capacity pool storage tier. -
AUTO- moves cold user data and snapshots to the capacity pool storage tier based on your access patterns. -
ALL- moves all user data blocks in both the active file system and Snapshot copies to the storage pool tier. -
NONE- keeps a volume's data in the primary storage tier, preventing it from being moved to the capacity pool tier.
If the service returns an enum value that is not available in the current SDK version,
namewill returnTieringPolicyName.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromnameAsString().- Returns:
- Specifies the tiering policy used to transition data. Default value is
SNAPSHOT_ONLY.-
SNAPSHOT_ONLY- moves cold snapshots to the capacity pool storage tier. -
AUTO- moves cold user data and snapshots to the capacity pool storage tier based on your access patterns. -
ALL- moves all user data blocks in both the active file system and Snapshot copies to the storage pool tier. -
NONE- keeps a volume's data in the primary storage tier, preventing it from being moved to the capacity pool tier.
-
- See Also:
TieringPolicyName
-
-
toBuilder
public TieringPolicy.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TieringPolicy.Builder,TieringPolicy>
-
builder
public static TieringPolicy.Builder builder()
-
serializableBuilderClass
public static Class<? extends TieringPolicy.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-