AdvisorReportBucketDetails

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

Bases: object

Details to access Pre-Migration Advisor report in the specified Object Storage bucket, if any.

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 Pre-Migration 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. Pre-Migration Advisor report object name.

Returns:The object_name of this AdvisorReportBucketDetails.
Return type:str