BackupResourceConfig Class
The resource storage details.
Constructor
BackupResourceConfig()
Variables
| Name | Description |
|---|---|
|
storageModelType
|
Storage type. Known values are: "Invalid", "GeoRedundant", "LocallyRedundant", "ZoneRedundant", and "ReadAccessGeoZoneRedundant". |
|
storageType
|
Storage type. Known values are: "Invalid", "GeoRedundant", "LocallyRedundant", "ZoneRedundant", and "ReadAccessGeoZoneRedundant". |
|
storageTypeState
|
Locked or Unlocked. Once a machine is registered against a resource, the storageTypeState is always Locked. Known values are: "Invalid", "Locked", and "Unlocked". |
|
crossRegionRestoreFlag
|
Opt in details of Cross Region Restore feature. |
|
dedupState
|
Vault Dedup state. Known values are: "Invalid", "Enabled", and "Disabled". |
|
xcoolState
|
Vault x-cool state. Known values are: "Invalid", "Enabled", and "Disabled". |
Attributes
crossRegionRestoreFlag
Opt in details of Cross Region Restore feature.
crossRegionRestoreFlag: bool
dedupState
"Invalid", "Enabled", and "Disabled".
dedupState: str | DedupState
storageModelType
"Invalid", "GeoRedundant", "LocallyRedundant", "ZoneRedundant", and "ReadAccessGeoZoneRedundant".
storageModelType: str | StorageType
storageType
"Invalid", "GeoRedundant", "LocallyRedundant", "ZoneRedundant", and "ReadAccessGeoZoneRedundant".
storageType: str | StorageType
storageTypeState
Locked or Unlocked. Once a machine is registered against a resource, the storageTypeState is always Locked. Known values are: "Invalid", "Locked", and "Unlocked".
storageTypeState: str | StorageTypeState
xcoolState
"Invalid", "Enabled", and "Disabled".
xcoolState: str | XcoolState