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