UpdateNamespaceMetadataDetails

class oci.object_storage.models.UpdateNamespaceMetadataDetails(**kwargs)

Bases: object

UpdateNamespaceMetadataDetails is used to update the NamespaceMetadata. To update NamespaceMetadata, a user must have OBJECTSTORAGE_NAMESPACE_UPDATE permission.

Methods

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

Attributes

default_s3_compartment_id Gets the default_s3_compartment_id of this UpdateNamespaceMetadataDetails.
default_swift_compartment_id Gets the default_swift_compartment_id of this UpdateNamespaceMetadataDetails.
__init__(**kwargs)

Initializes a new UpdateNamespaceMetadataDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • default_s3_compartment_id (str) – The value to assign to the default_s3_compartment_id property of this UpdateNamespaceMetadataDetails.
  • default_swift_compartment_id (str) – The value to assign to the default_swift_compartment_id property of this UpdateNamespaceMetadataDetails.
default_s3_compartment_id

Gets the default_s3_compartment_id of this UpdateNamespaceMetadataDetails. The updated compartment id for use by an S3 client, if this field is set.

Returns:The default_s3_compartment_id of this UpdateNamespaceMetadataDetails.
Return type:str
default_swift_compartment_id

Gets the default_swift_compartment_id of this UpdateNamespaceMetadataDetails. The updated compartment id for use by a Swift client, if this field is set.

Returns:The default_swift_compartment_id of this UpdateNamespaceMetadataDetails.
Return type:str