Class MabProtectionPolicy
- java.lang.Object
-
- com.azure.resourcemanager.recoveryservicesbackup.models.ProtectionPolicy
-
- com.azure.resourcemanager.recoveryservicesbackup.models.MabProtectionPolicy
-
public final class MabProtectionPolicy extends ProtectionPolicy
Mab container-specific backup policy.
-
-
Constructor Summary
Constructors Constructor Description MabProtectionPolicy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RetentionPolicy
retentionPolicy()
Get the retentionPolicy property: Retention policy details.SchedulePolicy
schedulePolicy()
Get the schedulePolicy property: Backup schedule of backup policy.void
validate()
Validates the instance.MabProtectionPolicy
withProtectedItemsCount(Integer protectedItemsCount)
Set the protectedItemsCount property: Number of items associated with this policy.MabProtectionPolicy
withResourceGuardOperationRequests(List<String> resourceGuardOperationRequests)
Set the resourceGuardOperationRequests property: ResourceGuard Operation Requests.MabProtectionPolicy
withRetentionPolicy(RetentionPolicy retentionPolicy)
Set the retentionPolicy property: Retention policy details.MabProtectionPolicy
withSchedulePolicy(SchedulePolicy schedulePolicy)
Set the schedulePolicy property: Backup schedule of backup policy.-
Methods inherited from class com.azure.resourcemanager.recoveryservicesbackup.models.ProtectionPolicy
protectedItemsCount, resourceGuardOperationRequests
-
-
-
-
Method Detail
-
schedulePolicy
public SchedulePolicy schedulePolicy()
Get the schedulePolicy property: Backup schedule of backup policy.- Returns:
- the schedulePolicy value.
-
withSchedulePolicy
public MabProtectionPolicy withSchedulePolicy(SchedulePolicy schedulePolicy)
Set the schedulePolicy property: Backup schedule of backup policy.- Parameters:
schedulePolicy
- the schedulePolicy value to set.- Returns:
- the MabProtectionPolicy object itself.
-
retentionPolicy
public RetentionPolicy retentionPolicy()
Get the retentionPolicy property: Retention policy details.- Returns:
- the retentionPolicy value.
-
withRetentionPolicy
public MabProtectionPolicy withRetentionPolicy(RetentionPolicy retentionPolicy)
Set the retentionPolicy property: Retention policy details.- Parameters:
retentionPolicy
- the retentionPolicy value to set.- Returns:
- the MabProtectionPolicy object itself.
-
withProtectedItemsCount
public MabProtectionPolicy withProtectedItemsCount(Integer protectedItemsCount)
Set the protectedItemsCount property: Number of items associated with this policy.- Overrides:
withProtectedItemsCount
in classProtectionPolicy
- Parameters:
protectedItemsCount
- the protectedItemsCount value to set.- Returns:
- the ProtectionPolicy object itself.
-
withResourceGuardOperationRequests
public MabProtectionPolicy withResourceGuardOperationRequests(List<String> resourceGuardOperationRequests)
Set the resourceGuardOperationRequests property: ResourceGuard Operation Requests.- Overrides:
withResourceGuardOperationRequests
in classProtectionPolicy
- Parameters:
resourceGuardOperationRequests
- the resourceGuardOperationRequests value to set.- Returns:
- the ProtectionPolicy object itself.
-
validate
public void validate()
Validates the instance.- Overrides:
validate
in classProtectionPolicy
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-