CreateObjectStoreBucket¶
- 
class oci.database_migration.models.CreateObjectStoreBucket(**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 CreateObjectStoreBucket object with values from keyword arguments. - Attributes - bucket_name- [Required] Gets the bucket_name of this CreateObjectStoreBucket. - namespace_name- [Required] Gets the namespace_name of this CreateObjectStoreBucket. - 
__init__(**kwargs)¶
- Initializes a new CreateObjectStoreBucket 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 CreateObjectStoreBucket.
- bucket_name (str) – The value to assign to the bucket_name property of this CreateObjectStoreBucket.
 
 - 
bucket_name¶
- [Required] Gets the bucket_name of this CreateObjectStoreBucket. Bucket name. - Returns: - The bucket_name of this CreateObjectStoreBucket. - Return type: - str 
 - 
namespace_name¶
- [Required] Gets the namespace_name of this CreateObjectStoreBucket. Namespace name of the object store bucket. - Returns: - The namespace_name of this CreateObjectStoreBucket. - Return type: - str 
 
-