GenericProtectionPolicy Class
Azure VM (Mercury) workload-specific backup policy.
Constructor
GenericProtectionPolicy()
Variables
| Name | Description |
|---|---|
|
protectedItemsCount
|
Number of items associated with this policy. |
|
resourceGuardOperationRequests
|
ResourceGuard Operation Requests. |
|
subProtectionPolicy
|
list[<xref:"SubProtectionPolicy">]
List of sub-protection policies which includes schedule and retention. |
|
timeZone
|
TimeZone optional input as string. For example: TimeZone = "Pacific Standard Time". |
|
fabricName
|
Name of this policy's fabric. |
|
backupManagementType
|
Literal["GenericProtectionPolicy"]
This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. Required. Default value is "GenericProtectionPolicy". |
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 "GenericProtectionPolicy".
backupManagementType: Literal['GenericProtectionPolicy']
fabricName
Name of this policy's fabric.
fabricName: str
protectedItemsCount
Number of items associated with this policy.
protectedItemsCount: int
resourceGuardOperationRequests
ResourceGuard Operation Requests.
resourceGuardOperationRequests: list[str]
subProtectionPolicy
List of sub-protection policies which includes schedule and retention.
subProtectionPolicy: list[azure.mgmt.recoveryservicesbackup.types.SubProtectionPolicy]
timeZone
TimeZone = "Pacific Standard Time".
timeZone: str