BackupKeyDetails¶
-
class
oci.key_management.models.
BackupKeyDetails
(**kwargs)¶ Bases:
object
The details of the Key that you wish to backup.
Methods
__init__
(**kwargs)Initializes a new BackupKeyDetails object with values from keyword arguments. Attributes
backup_location
Gets the backup_location of this BackupKeyDetails. -
__init__
(**kwargs)¶ Initializes a new BackupKeyDetails 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 BackupKeyDetails.
-
backup_location
¶ Gets the backup_location of this BackupKeyDetails.
Returns: The backup_location of this BackupKeyDetails. Return type: oci.key_management.models.BackupLocation
-