Class CoolAccessRetrievalPolicy

java.lang.Object
com.azure.core.util.ExpandableStringEnum<CoolAccessRetrievalPolicy>
com.azure.resourcemanager.netapp.models.CoolAccessRetrievalPolicy
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class CoolAccessRetrievalPolicy extends com.azure.core.util.ExpandableStringEnum<CoolAccessRetrievalPolicy>
coolAccessRetrievalPolicy determines the data retrieval behavior from the cool tier to standard storage based on the read pattern for cool access enabled volumes. The possible values for this field are: Default - Data will be pulled from cool tier to standard storage on random reads. This policy is the default. OnRead - All client-driven data read is pulled from cool tier to standard storage on both sequential and random reads. Never - No client-driven data is pulled from cool tier to standard storage.
  • Field Details

  • Constructor Details

    • CoolAccessRetrievalPolicy

      @Deprecated public CoolAccessRetrievalPolicy()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of CoolAccessRetrievalPolicy value.
  • Method Details

    • fromString

      public static CoolAccessRetrievalPolicy fromString(String name)
      Creates or finds a CoolAccessRetrievalPolicy from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding CoolAccessRetrievalPolicy.
    • values

      public static Collection<CoolAccessRetrievalPolicy> values()
      Gets known CoolAccessRetrievalPolicy values.
      Returns:
      known CoolAccessRetrievalPolicy values.