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