MabProtectionPolicy Class

Mab container-specific backup policy.

Constructor

MabProtectionPolicy()

Variables

Name Description
protectedItemsCount
int

Number of items associated with this policy.

resourceGuardOperationRequests

ResourceGuard Operation Requests.

schedulePolicy
<xref:<xref:"SchedulePolicy">>

Backup schedule of backup policy.

retentionPolicy
<xref:<xref:"RetentionPolicy">>

Retention policy details.

backupManagementType
Literal["MAB"]

This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. Required. Default value is "MAB".

Attributes

backupManagementType

This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. Required. Default value is "MAB".

backupManagementType: Literal['MAB']

protectedItemsCount

Number of items associated with this policy.

protectedItemsCount: int

resourceGuardOperationRequests

ResourceGuard Operation Requests.

resourceGuardOperationRequests: list[str]

retentionPolicy

Retention policy details.

retentionPolicy: LongTermRetentionPolicy | SimpleRetentionPolicy

schedulePolicy

Backup schedule of backup policy.

schedulePolicy: LogSchedulePolicy | LongTermSchedulePolicy | SimpleSchedulePolicy | SimpleSchedulePolicyV2