UpdateObjectStoreBucket

class oci.database_migration.models.UpdateObjectStoreBucket(**kwargs)

Bases: object

OCI Object Storage bucket details.

Methods

__init__(**kwargs) Initializes a new UpdateObjectStoreBucket object with values from keyword arguments.

Attributes

bucket_name Gets the bucket_name of this UpdateObjectStoreBucket.
namespace_name Gets the namespace_name of this UpdateObjectStoreBucket.
__init__(**kwargs)

Initializes a new UpdateObjectStoreBucket 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 UpdateObjectStoreBucket.
  • bucket_name (str) – The value to assign to the bucket_name property of this UpdateObjectStoreBucket.
bucket_name

Gets the bucket_name of this UpdateObjectStoreBucket. Bucket name.

Returns:The bucket_name of this UpdateObjectStoreBucket.
Return type:str
namespace_name

Gets the namespace_name of this UpdateObjectStoreBucket. Namespace name of the object store bucket.

Returns:The namespace_name of this UpdateObjectStoreBucket.
Return type:str