BackupVaultDetails

class oci.key_management.models.BackupVaultDetails(**kwargs)

Bases: object

The details of the Vault that you wish to backup.

Methods

__init__(**kwargs) Initializes a new BackupVaultDetails object with values from keyword arguments.

Attributes

backup_location Gets the backup_location of this BackupVaultDetails.
is_include_keys Gets the is_include_keys of this BackupVaultDetails.
__init__(**kwargs)

Initializes a new BackupVaultDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • backup_location (oci.key_management.models.BackupLocation) – The value to assign to the backup_location property of this BackupVaultDetails.
  • is_include_keys (bool) – The value to assign to the is_include_keys property of this BackupVaultDetails.
backup_location

Gets the backup_location of this BackupVaultDetails.

Returns:The backup_location of this BackupVaultDetails.
Return type:oci.key_management.models.BackupLocation
is_include_keys

Gets the is_include_keys of this BackupVaultDetails. A Boolean value that indicates whether the Keys should be included during backing up the Vault.

Returns:The is_include_keys of this BackupVaultDetails.
Return type:bool