AdvisorReportBucketDetails¶
-
class
oci.database_migration.models.
AdvisorReportBucketDetails
(**kwargs)¶ Bases:
object
Details to access Premigration Advisor report in the specified Object Storage bucket.
Methods
__init__
(**kwargs)Initializes a new AdvisorReportBucketDetails object with values from keyword arguments. Attributes
bucket_name
[Required] Gets the bucket_name of this AdvisorReportBucketDetails. namespace
[Required] Gets the namespace of this AdvisorReportBucketDetails. object_name
[Required] Gets the object_name of this AdvisorReportBucketDetails. -
__init__
(**kwargs)¶ Initializes a new AdvisorReportBucketDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - bucket_name (str) – The value to assign to the bucket_name property of this AdvisorReportBucketDetails.
- namespace (str) – The value to assign to the namespace property of this AdvisorReportBucketDetails.
- object_name (str) – The value to assign to the object_name property of this AdvisorReportBucketDetails.
-
bucket_name
¶ [Required] Gets the bucket_name of this AdvisorReportBucketDetails. Name of the bucket containing the Premigration Advisor report.
Returns: The bucket_name of this AdvisorReportBucketDetails. Return type: str
-
namespace
¶ [Required] Gets the namespace of this AdvisorReportBucketDetails. Object Storage namespace.
Returns: The namespace of this AdvisorReportBucketDetails. Return type: str
-
object_name
¶ [Required] Gets the object_name of this AdvisorReportBucketDetails. Premigration Advisor report object name.
Returns: The object_name of this AdvisorReportBucketDetails. Return type: str
-