AdvisorReportCheckCollection

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

Bases: object

Pre-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:
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