BackupResourceConfig Class

The resource storage details.

Constructor

BackupResourceConfig()

Variables

Name Description
storageModelType
Union[str, <xref:"StorageType">]

Storage type. Known values are: "Invalid", "GeoRedundant", "LocallyRedundant", "ZoneRedundant", and "ReadAccessGeoZoneRedundant".

storageType
Union[str, <xref:"StorageType">]

Storage type. Known values are: "Invalid", "GeoRedundant", "LocallyRedundant", "ZoneRedundant", and "ReadAccessGeoZoneRedundant".

storageTypeState
Union[str, <xref:"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
Union[str, <xref:"DedupState">]

Vault Dedup state. Known values are: "Invalid", "Enabled", and "Disabled".

xcoolState
Union[str, <xref:"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