AdvisorReportCheckCollection¶
-
class
oci.database_migration.models.AdvisorReportCheckCollection(**kwargs)¶ Bases:
objectPre-Migration extended advisor report result.
Methods
__init__(**kwargs)Initializes a new AdvisorReportCheckCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this AdvisorReportCheckCollection. summary[Required] Gets the summary of this AdvisorReportCheckCollection. -
__init__(**kwargs)¶ Initializes a new AdvisorReportCheckCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - summary (oci.database_migration.models.AdvisorCheckSummary) – The value to assign to the summary property of this AdvisorReportCheckCollection.
- items (list[oci.database_migration.models.AdvisorReportCheckSummary]) – The value to assign to the items property of this AdvisorReportCheckCollection.
-
items¶ [Required] Gets the items of this AdvisorReportCheckCollection. Array of advisor check items.
Returns: The items of this AdvisorReportCheckCollection. Return type: list[oci.database_migration.models.AdvisorReportCheckSummary]
-
summary¶ [Required] Gets the summary of this AdvisorReportCheckCollection.
Returns: The summary of this AdvisorReportCheckCollection. Return type: oci.database_migration.models.AdvisorCheckSummary
-