AdvisorCheckSummary¶
-
class
oci.database_migration.models.AdvisorCheckSummary(**kwargs)¶ Bases:
objectPre-Migration extended advisor report summary.
Methods
__init__(**kwargs)Initializes a new AdvisorCheckSummary object with values from keyword arguments. Attributes
blocker_results_total_count[Required] Gets the blocker_results_total_count of this AdvisorCheckSummary. fatal_results_total_count[Required] Gets the fatal_results_total_count of this AdvisorCheckSummary. informational_results_total_count[Required] Gets the informational_results_total_count of this AdvisorCheckSummary. pass_results_total_count[Required] Gets the pass_results_total_count of this AdvisorCheckSummary. warning_results_total_count[Required] Gets the warning_results_total_count of this AdvisorCheckSummary. -
__init__(**kwargs)¶ Initializes a new AdvisorCheckSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - pass_results_total_count (int) – The value to assign to the pass_results_total_count property of this AdvisorCheckSummary.
- informational_results_total_count (int) – The value to assign to the informational_results_total_count property of this AdvisorCheckSummary.
- warning_results_total_count (int) – The value to assign to the warning_results_total_count property of this AdvisorCheckSummary.
- blocker_results_total_count (int) – The value to assign to the blocker_results_total_count property of this AdvisorCheckSummary.
- fatal_results_total_count (int) – The value to assign to the fatal_results_total_count property of this AdvisorCheckSummary.
-
blocker_results_total_count¶ [Required] Gets the blocker_results_total_count of this AdvisorCheckSummary. Number of BLOCKER results in the extended advisor report.
Returns: The blocker_results_total_count of this AdvisorCheckSummary. Return type: int
-
fatal_results_total_count¶ [Required] Gets the fatal_results_total_count of this AdvisorCheckSummary. Number of FATAL results in the extended advisor report.
Returns: The fatal_results_total_count of this AdvisorCheckSummary. Return type: int
-
informational_results_total_count¶ [Required] Gets the informational_results_total_count of this AdvisorCheckSummary. Number of INFORMATIONAL results in the extended advisor report.
Returns: The informational_results_total_count of this AdvisorCheckSummary. Return type: int
-
pass_results_total_count¶ [Required] Gets the pass_results_total_count of this AdvisorCheckSummary. Number of PASS results in the extended advisor report.
Returns: The pass_results_total_count of this AdvisorCheckSummary. Return type: int
-
warning_results_total_count¶ [Required] Gets the warning_results_total_count of this AdvisorCheckSummary. Number of WARNING results in the extended advisor report.
Returns: The warning_results_total_count of this AdvisorCheckSummary. Return type: int
-