Class OntapVolumeTieringPolicyArgs


  • public final class OntapVolumeTieringPolicyArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • coolingPeriod

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> coolingPeriod()
        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 `AUTO` and `SNAPSHOT_ONLY` tiering policies only. Valid values are whole numbers between 2 and 183. Default values are 31 days for `AUTO` and 2 days for `SNAPSHOT_ONLY`.
      • name

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
        Returns:
        Specifies the tiering policy for the ONTAP volume for moving data to the capacity pool storage. Valid values are `SNAPSHOT_ONLY`, `AUTO`, `ALL`, `NONE`. Default value is `SNAPSHOT_ONLY`.