Uses of Class
com.azure.resourcemanager.netapp.models.CoolAccessRetrievalPolicy
Packages that use CoolAccessRetrievalPolicy
Package
Description
Package containing the inner data models for NetAppManagementClient.
Package containing the data models for NetAppManagementClient.
-
Uses of CoolAccessRetrievalPolicy in com.azure.resourcemanager.netapp.fluent.models
Methods in com.azure.resourcemanager.netapp.fluent.models that return CoolAccessRetrievalPolicyModifier and TypeMethodDescriptionVolumeInner.coolAccessRetrievalPolicy()
Get the coolAccessRetrievalPolicy property: coolAccessRetrievalPolicy determines the data retrieval behavior from the cool tier to standard storage based on the read pattern for cool access enabled volumes.VolumePatchProperties.coolAccessRetrievalPolicy()
Get the coolAccessRetrievalPolicy property: coolAccessRetrievalPolicy determines the data retrieval behavior from the cool tier to standard storage based on the read pattern for cool access enabled volumes.VolumeProperties.coolAccessRetrievalPolicy()
Get the coolAccessRetrievalPolicy property: coolAccessRetrievalPolicy determines the data retrieval behavior from the cool tier to standard storage based on the read pattern for cool access enabled volumes.Methods in com.azure.resourcemanager.netapp.fluent.models with parameters of type CoolAccessRetrievalPolicyModifier and TypeMethodDescriptionVolumeInner.withCoolAccessRetrievalPolicy
(CoolAccessRetrievalPolicy coolAccessRetrievalPolicy) Set the coolAccessRetrievalPolicy property: coolAccessRetrievalPolicy determines the data retrieval behavior from the cool tier to standard storage based on the read pattern for cool access enabled volumes.VolumePatchProperties.withCoolAccessRetrievalPolicy
(CoolAccessRetrievalPolicy coolAccessRetrievalPolicy) Set the coolAccessRetrievalPolicy property: coolAccessRetrievalPolicy determines the data retrieval behavior from the cool tier to standard storage based on the read pattern for cool access enabled volumes.VolumeProperties.withCoolAccessRetrievalPolicy
(CoolAccessRetrievalPolicy coolAccessRetrievalPolicy) Set the coolAccessRetrievalPolicy property: coolAccessRetrievalPolicy determines the data retrieval behavior from the cool tier to standard storage based on the read pattern for cool access enabled volumes. -
Uses of CoolAccessRetrievalPolicy in com.azure.resourcemanager.netapp.models
Fields in com.azure.resourcemanager.netapp.models declared as CoolAccessRetrievalPolicyModifier and TypeFieldDescriptionstatic final CoolAccessRetrievalPolicy
CoolAccessRetrievalPolicy.DEFAULT
Static value Default for CoolAccessRetrievalPolicy.static final CoolAccessRetrievalPolicy
CoolAccessRetrievalPolicy.NEVER
Static value Never for CoolAccessRetrievalPolicy.static final CoolAccessRetrievalPolicy
CoolAccessRetrievalPolicy.ON_READ
Static value OnRead for CoolAccessRetrievalPolicy.Methods in com.azure.resourcemanager.netapp.models that return CoolAccessRetrievalPolicyModifier and TypeMethodDescriptionVolume.coolAccessRetrievalPolicy()
Gets the coolAccessRetrievalPolicy property: coolAccessRetrievalPolicy determines the data retrieval behavior from the cool tier to standard storage based on the read pattern for cool access enabled volumes.VolumeGroupVolumeProperties.coolAccessRetrievalPolicy()
Get the coolAccessRetrievalPolicy property: coolAccessRetrievalPolicy determines the data retrieval behavior from the cool tier to standard storage based on the read pattern for cool access enabled volumes.VolumePatch.coolAccessRetrievalPolicy()
Get the coolAccessRetrievalPolicy property: coolAccessRetrievalPolicy determines the data retrieval behavior from the cool tier to standard storage based on the read pattern for cool access enabled volumes.static CoolAccessRetrievalPolicy
CoolAccessRetrievalPolicy.fromString
(String name) Creates or finds a CoolAccessRetrievalPolicy from its string representation.Methods in com.azure.resourcemanager.netapp.models that return types with arguments of type CoolAccessRetrievalPolicyModifier and TypeMethodDescriptionstatic Collection
<CoolAccessRetrievalPolicy> CoolAccessRetrievalPolicy.values()
Gets known CoolAccessRetrievalPolicy values.Methods in com.azure.resourcemanager.netapp.models with parameters of type CoolAccessRetrievalPolicyModifier and TypeMethodDescriptionVolume.DefinitionStages.WithCoolAccessRetrievalPolicy.withCoolAccessRetrievalPolicy
(CoolAccessRetrievalPolicy coolAccessRetrievalPolicy) Specifies the coolAccessRetrievalPolicy property: coolAccessRetrievalPolicy determines the data retrieval behavior from the cool tier to standard storage based on the read pattern for cool access enabled volumes.Volume.UpdateStages.WithCoolAccessRetrievalPolicy.withCoolAccessRetrievalPolicy
(CoolAccessRetrievalPolicy coolAccessRetrievalPolicy) Specifies the coolAccessRetrievalPolicy property: coolAccessRetrievalPolicy determines the data retrieval behavior from the cool tier to standard storage based on the read pattern for cool access enabled volumes.VolumeGroupVolumeProperties.withCoolAccessRetrievalPolicy
(CoolAccessRetrievalPolicy coolAccessRetrievalPolicy) Set the coolAccessRetrievalPolicy property: coolAccessRetrievalPolicy determines the data retrieval behavior from the cool tier to standard storage based on the read pattern for cool access enabled volumes.VolumePatch.withCoolAccessRetrievalPolicy
(CoolAccessRetrievalPolicy coolAccessRetrievalPolicy) Set the coolAccessRetrievalPolicy property: coolAccessRetrievalPolicy determines the data retrieval behavior from the cool tier to standard storage based on the read pattern for cool access enabled volumes.