ObjectStorage¶
-
class
oci.apm_traces.models.
ObjectStorage
(**kwargs)¶ Bases:
object
Definition of the object storage.
Methods
__init__
(**kwargs)Initializes a new ObjectStorage object with values from keyword arguments. Attributes
bucket_name
Gets the bucket_name of this ObjectStorage. name_space
Gets the name_space of this ObjectStorage. object_name_prefix
Gets the object_name_prefix of this ObjectStorage. -
__init__
(**kwargs)¶ Initializes a new ObjectStorage object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - bucket_name (str) – The value to assign to the bucket_name property of this ObjectStorage.
- name_space (str) – The value to assign to the name_space property of this ObjectStorage.
- object_name_prefix (str) – The value to assign to the object_name_prefix property of this ObjectStorage.
-
bucket_name
¶ Gets the bucket_name of this ObjectStorage. Bucket name in the object store.
Returns: The bucket_name of this ObjectStorage. Return type: str
-
name_space
¶ Gets the name_space of this ObjectStorage. Namespace in the object store.
Returns: The name_space of this ObjectStorage. Return type: str
-
object_name_prefix
¶ Gets the object_name_prefix of this ObjectStorage. Object name prefix in the object store.
Returns: The object_name_prefix of this ObjectStorage. Return type: str
-