BackupResourceVaultConfig Class

Backup resource vault config details.

Constructor

BackupResourceVaultConfig()

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".

enhancedSecurityState
Union[str, <xref:"EnhancedSecurityState">]

Enabled or Disabled. Known values are: "Invalid", "Enabled", and "Disabled".

softDeleteFeatureState
Union[str, <xref:"SoftDeleteFeatureState">]

Soft Delete feature state. Known values are: "Invalid", "Enabled", "Disabled", and "AlwaysON".

softDeleteRetentionPeriodInDays
int

Soft delete retention period in days.

resourceGuardOperationRequests

ResourceGuard Operation Requests.

isSoftDeleteFeatureStateEditable

This flag is no longer in use. Please use 'softDeleteFeatureState' to set the soft delete state for the vault.

Attributes

enhancedSecurityState

"Invalid", "Enabled", and "Disabled".

enhancedSecurityState: str | EnhancedSecurityState

isSoftDeleteFeatureStateEditable

This flag is no longer in use. Please use 'softDeleteFeatureState' to set the soft delete state for the vault.

isSoftDeleteFeatureStateEditable: bool

resourceGuardOperationRequests

ResourceGuard Operation Requests.

resourceGuardOperationRequests: list[str]

softDeleteFeatureState

"Invalid", "Enabled", "Disabled", and "AlwaysON".

softDeleteFeatureState: str | SoftDeleteFeatureState

softDeleteRetentionPeriodInDays

Soft delete retention period in days.

softDeleteRetentionPeriodInDays: int

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