ObjectDetails¶
-
class
oci.management_agent.models.
ObjectDetails
(**kwargs)¶ Bases:
object
Details of the Objectstorage object
Methods
__init__
(**kwargs)Initializes a new ObjectDetails object with values from keyword arguments. Attributes
checksum
Gets the checksum of this ObjectDetails. object_bucket
[Required] Gets the object_bucket of this ObjectDetails. object_name
[Required] Gets the object_name of this ObjectDetails. object_namespace
[Required] Gets the object_namespace of this ObjectDetails. object_url
Gets the object_url of this ObjectDetails. -
__init__
(**kwargs)¶ Initializes a new ObjectDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - object_namespace (str) – The value to assign to the object_namespace property of this ObjectDetails.
- object_bucket (str) – The value to assign to the object_bucket property of this ObjectDetails.
- object_name (str) – The value to assign to the object_name property of this ObjectDetails.
- object_url (str) – The value to assign to the object_url property of this ObjectDetails.
- checksum (str) – The value to assign to the checksum property of this ObjectDetails.
-
checksum
¶ Gets the checksum of this ObjectDetails. Object content SHA256 Hash
Returns: The checksum of this ObjectDetails. Return type: str
-
object_bucket
¶ [Required] Gets the object_bucket of this ObjectDetails. Objectstorage bucket reference providing the original location of this object
Returns: The object_bucket of this ObjectDetails. Return type: str
-
object_name
¶ [Required] Gets the object_name of this ObjectDetails. Objectstorage object name reference providing the original location of this object
Returns: The object_name of this ObjectDetails. Return type: str
-
object_namespace
¶ [Required] Gets the object_namespace of this ObjectDetails. Objectstorage namespace reference providing the original location of this object
Returns: The object_namespace of this ObjectDetails. Return type: str
-
object_url
¶ Gets the object_url of this ObjectDetails. Object storage URL for download
Returns: The object_url of this ObjectDetails. Return type: str
-