Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.TieringPolicy
-
Packages that use TieringPolicy Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of TieringPolicy in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return TieringPolicy Modifier and Type Method Description TieringPolicy
TieringPolicy. withDuration(Integer duration)
Set the duration property: Number of days/weeks/months/years to retain backups in current tier before tiering.TieringPolicy
TieringPolicy. withDurationType(RetentionDurationType durationType)
Set the durationType property: Retention duration type: days/weeks/months/years Used only if TieringMode is set to TierAfter.TieringPolicy
TieringPolicy. withTieringMode(TieringMode tieringMode)
Set the tieringMode property: Tiering Mode to control automatic tiering of recovery points.Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return types with arguments of type TieringPolicy Modifier and Type Method Description Map<String,TieringPolicy>
AzureIaaSvmProtectionPolicy. tieringPolicy()
Get the tieringPolicy property: Tiering policy to automatically move RPs to another tier Key is Target Tier, defined in RecoveryPointTierType enum.Map<String,TieringPolicy>
SubProtectionPolicy. tieringPolicy()
Get the tieringPolicy property: Tiering policy to automatically move RPs to another tier.Method parameters in com.azure.resourcemanager.recoveryservicesbackup.models with type arguments of type TieringPolicy Modifier and Type Method Description AzureIaaSvmProtectionPolicy
AzureIaaSvmProtectionPolicy. withTieringPolicy(Map<String,TieringPolicy> tieringPolicy)
Set the tieringPolicy property: Tiering policy to automatically move RPs to another tier Key is Target Tier, defined in RecoveryPointTierType enum.SubProtectionPolicy
SubProtectionPolicy. withTieringPolicy(Map<String,TieringPolicy> tieringPolicy)
Set the tieringPolicy property: Tiering policy to automatically move RPs to another tier.
-