TestBdsObjectStorageConnectionDetails¶
-
class
oci.bds.models.
TestBdsObjectStorageConnectionDetails
(**kwargs)¶ Bases:
object
Test access to specified Object Storage bucket using the API key.
Methods
__init__
(**kwargs)Initializes a new TestBdsObjectStorageConnectionDetails object with values from keyword arguments. Attributes
object_storage_region
Gets the object_storage_region of this TestBdsObjectStorageConnectionDetails. object_storage_uri
[Required] Gets the object_storage_uri of this TestBdsObjectStorageConnectionDetails. passphrase
[Required] Gets the passphrase of this TestBdsObjectStorageConnectionDetails. -
__init__
(**kwargs)¶ Initializes a new TestBdsObjectStorageConnectionDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - object_storage_uri (str) – The value to assign to the object_storage_uri property of this TestBdsObjectStorageConnectionDetails.
- passphrase (str) – The value to assign to the passphrase property of this TestBdsObjectStorageConnectionDetails.
- object_storage_region (str) – The value to assign to the object_storage_region property of this TestBdsObjectStorageConnectionDetails.
-
object_storage_region
¶ Gets the object_storage_region of this TestBdsObjectStorageConnectionDetails. The name of the region to establish the Object Storage endpoint. Example us-phoenix-1 .
Returns: The object_storage_region of this TestBdsObjectStorageConnectionDetails. Return type: str
-
object_storage_uri
¶ [Required] Gets the object_storage_uri of this TestBdsObjectStorageConnectionDetails. An Oracle Cloud Infrastructure URI to which this connection must be attempted. See https://docs.cloud.oracle.com/iaas/Content/API/SDKDocs/hdfsconnector.htm#uriformat.
Returns: The object_storage_uri of this TestBdsObjectStorageConnectionDetails. Return type: str
-
passphrase
¶ [Required] Gets the passphrase of this TestBdsObjectStorageConnectionDetails. Base64 passphrase used to secure the private key which will be created on user behalf.
Returns: The passphrase of this TestBdsObjectStorageConnectionDetails. Return type: str
-