BackupLocationURI¶
-
class
oci.key_management.models.
BackupLocationURI
(**kwargs)¶ Bases:
oci.key_management.models.backup_location.BackupLocation
PreAuthenticated object storage URI to upload or download the backup
Attributes
DESTINATION_BUCKET
str(object=’’) -> str DESTINATION_PRE_AUTHENTICATED_REQUEST_URI
str(object=’’) -> str destination
[Required] Gets the destination of this BackupLocation. uri
[Required] Gets the uri of this BackupLocationURI. Methods
__init__
(**kwargs)Initializes a new BackupLocationURI object with values from keyword arguments. get_subtype
(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
DESTINATION_BUCKET
= 'BUCKET'¶
-
DESTINATION_PRE_AUTHENTICATED_REQUEST_URI
= 'PRE_AUTHENTICATED_REQUEST_URI'¶
-
__init__
(**kwargs)¶ Initializes a new BackupLocationURI object with values from keyword arguments. The default value of the
destination
attribute of this class isPRE_AUTHENTICATED_REQUEST_URI
and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - destination (str) – The value to assign to the destination property of this BackupLocationURI. Allowed values for this property are: “BUCKET”, “PRE_AUTHENTICATED_REQUEST_URI”
- uri (str) – The value to assign to the uri property of this BackupLocationURI.
-
destination
¶ [Required] Gets the destination of this BackupLocation. ‘Backup location destination: BUCKET - Uploading or downloading backup via object store bucket PRE_AUTHENTICATED_REQUEST_URI - Uploading or downloading backup via a PreAuthenticated object store URI’
Allowed values for this property are: “BUCKET”, “PRE_AUTHENTICATED_REQUEST_URI”
Returns: The destination of this BackupLocation. Return type: str
-
static
get_subtype
(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
uri
¶ [Required] Gets the uri of this BackupLocationURI.
Returns: The uri of this BackupLocationURI. Return type: str
-