UpdateObjectStorageLogLocationDetails¶
-
class
oci.disaster_recovery.models.
UpdateObjectStorageLogLocationDetails
(**kwargs)¶ Bases:
object
The details for updating an object storage log location for a DR protection group.
Methods
__init__
(**kwargs)Initializes a new UpdateObjectStorageLogLocationDetails object with values from keyword arguments. Attributes
bucket
[Required] Gets the bucket of this UpdateObjectStorageLogLocationDetails. namespace
[Required] Gets the namespace of this UpdateObjectStorageLogLocationDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateObjectStorageLogLocationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - namespace (str) – The value to assign to the namespace property of this UpdateObjectStorageLogLocationDetails.
- bucket (str) – The value to assign to the bucket property of this UpdateObjectStorageLogLocationDetails.
-
bucket
¶ [Required] Gets the bucket of this UpdateObjectStorageLogLocationDetails. The bucket name inside the object storage namespace.
Example: operation_logs
Returns: The bucket of this UpdateObjectStorageLogLocationDetails. Return type: str
-
namespace
¶ [Required] Gets the namespace of this UpdateObjectStorageLogLocationDetails. The namespace in object storage (Note - this is usually the tenancy name).
Example: myocitenancy
Returns: The namespace of this UpdateObjectStorageLogLocationDetails. Return type: str
-