ObjectStorageObjectReference¶
-
class
oci.data_catalog.models.
ObjectStorageObjectReference
(**kwargs)¶ Bases:
object
A reference to an Object Storage object.
Methods
__init__
(**kwargs)Initializes a new ObjectStorageObjectReference object with values from keyword arguments. Attributes
bucket_name
[Required] Gets the bucket_name of this ObjectStorageObjectReference. namespace_name
[Required] Gets the namespace_name of this ObjectStorageObjectReference. object_name
[Required] Gets the object_name of this ObjectStorageObjectReference. -
__init__
(**kwargs)¶ Initializes a new ObjectStorageObjectReference object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - namespace_name (str) – The value to assign to the namespace_name property of this ObjectStorageObjectReference.
- bucket_name (str) – The value to assign to the bucket_name property of this ObjectStorageObjectReference.
- object_name (str) – The value to assign to the object_name property of this ObjectStorageObjectReference.
-
bucket_name
¶ [Required] Gets the bucket_name of this ObjectStorageObjectReference. Object Storage bucket name.
Returns: The bucket_name of this ObjectStorageObjectReference. Return type: str
-
namespace_name
¶ [Required] Gets the namespace_name of this ObjectStorageObjectReference. Object Storage namespace.
Returns: The namespace_name of this ObjectStorageObjectReference. Return type: str
-
object_name
¶ [Required] Gets the object_name of this ObjectStorageObjectReference. Object Storage object name.
Returns: The object_name of this ObjectStorageObjectReference. Return type: str
-