ObjectStoreBucket¶
-
class
oci.database_migration.models.
ObjectStoreBucket
(**kwargs)¶ Bases:
object
In lieu of a network database link, OCI Object Storage bucket will be used to store Data Pump dump files for the migration. Additionally, it can be specified alongside a database link data transfer medium.
Methods
__init__
(**kwargs)Initializes a new ObjectStoreBucket object with values from keyword arguments. Attributes
bucket_name
[Required] Gets the bucket_name of this ObjectStoreBucket. namespace_name
[Required] Gets the namespace_name of this ObjectStoreBucket. -
__init__
(**kwargs)¶ Initializes a new ObjectStoreBucket 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 ObjectStoreBucket.
- bucket_name (str) – The value to assign to the bucket_name property of this ObjectStoreBucket.
-
bucket_name
¶ [Required] Gets the bucket_name of this ObjectStoreBucket. Bucket name.
Returns: The bucket_name of this ObjectStoreBucket. Return type: str
-
namespace_name
¶ [Required] Gets the namespace_name of this ObjectStoreBucket. Namespace name of the object store bucket.
Returns: The namespace_name of this ObjectStoreBucket. Return type: str
-