BackupResourceVaultConfig Class
Backup resource vault config details.
Constructor
BackupResourceVaultConfig()
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". |
|
enhancedSecurityState
|
Enabled or Disabled. Known values are: "Invalid", "Enabled", and "Disabled". |
|
softDeleteFeatureState
|
Soft Delete feature state. Known values are: "Invalid", "Enabled", "Disabled", and "AlwaysON". |
|
softDeleteRetentionPeriodInDays
|
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