NewsContentTypes

class oci.opsi.models.NewsContentTypes(**kwargs)

Bases: object

Content types that the news report can handle.

Methods

__init__(**kwargs) Initializes a new NewsContentTypes object with values from keyword arguments.

Attributes

capacity_planning_resources Gets the capacity_planning_resources of this NewsContentTypes.
sql_insights_fleet_analysis_resources Gets the sql_insights_fleet_analysis_resources of this NewsContentTypes.
sql_insights_performance_degradation_resources Gets the sql_insights_performance_degradation_resources of this NewsContentTypes.
sql_insights_plan_changes_resources Gets the sql_insights_plan_changes_resources of this NewsContentTypes.
sql_insights_top_databases_resources Gets the sql_insights_top_databases_resources of this NewsContentTypes.
sql_insights_top_sql_by_insights_resources Gets the sql_insights_top_sql_by_insights_resources of this NewsContentTypes.
sql_insights_top_sql_resources Gets the sql_insights_top_sql_resources of this NewsContentTypes.
__init__(**kwargs)

Initializes a new NewsContentTypes object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • capacity_planning_resources (list[oci.opsi.models.NewsContentTypesResource]) – The value to assign to the capacity_planning_resources property of this NewsContentTypes.
  • sql_insights_fleet_analysis_resources (list[oci.opsi.models.NewsSqlInsightsContentTypesResource]) – The value to assign to the sql_insights_fleet_analysis_resources property of this NewsContentTypes.
  • sql_insights_plan_changes_resources (list[oci.opsi.models.NewsSqlInsightsContentTypesResource]) – The value to assign to the sql_insights_plan_changes_resources property of this NewsContentTypes.
  • sql_insights_top_databases_resources (list[oci.opsi.models.NewsSqlInsightsContentTypesResource]) – The value to assign to the sql_insights_top_databases_resources property of this NewsContentTypes.
  • sql_insights_top_sql_by_insights_resources (list[oci.opsi.models.NewsSqlInsightsContentTypesResource]) – The value to assign to the sql_insights_top_sql_by_insights_resources property of this NewsContentTypes.
  • sql_insights_top_sql_resources (list[oci.opsi.models.NewsSqlInsightsContentTypesResource]) – The value to assign to the sql_insights_top_sql_resources property of this NewsContentTypes.
  • sql_insights_performance_degradation_resources (list[oci.opsi.models.NewsSqlInsightsContentTypesResource]) – The value to assign to the sql_insights_performance_degradation_resources property of this NewsContentTypes.
capacity_planning_resources

Gets the capacity_planning_resources of this NewsContentTypes. Supported resources for capacity planning content type.

Returns:The capacity_planning_resources of this NewsContentTypes.
Return type:list[oci.opsi.models.NewsContentTypesResource]
sql_insights_fleet_analysis_resources

Gets the sql_insights_fleet_analysis_resources of this NewsContentTypes. Supported resources for SQL insights - fleet analysis content type.

Returns:The sql_insights_fleet_analysis_resources of this NewsContentTypes.
Return type:list[oci.opsi.models.NewsSqlInsightsContentTypesResource]
sql_insights_performance_degradation_resources

Gets the sql_insights_performance_degradation_resources of this NewsContentTypes. Supported resources for SQL insights - performance degradation content type.

Returns:The sql_insights_performance_degradation_resources of this NewsContentTypes.
Return type:list[oci.opsi.models.NewsSqlInsightsContentTypesResource]
sql_insights_plan_changes_resources

Gets the sql_insights_plan_changes_resources of this NewsContentTypes. Supported resources for SQL insights - plan changes content type.

Returns:The sql_insights_plan_changes_resources of this NewsContentTypes.
Return type:list[oci.opsi.models.NewsSqlInsightsContentTypesResource]
sql_insights_top_databases_resources

Gets the sql_insights_top_databases_resources of this NewsContentTypes. Supported resources for SQL insights - top databases content type.

Returns:The sql_insights_top_databases_resources of this NewsContentTypes.
Return type:list[oci.opsi.models.NewsSqlInsightsContentTypesResource]
sql_insights_top_sql_by_insights_resources

Gets the sql_insights_top_sql_by_insights_resources of this NewsContentTypes. Supported resources for SQL insights - top SQL by insights content type.

Returns:The sql_insights_top_sql_by_insights_resources of this NewsContentTypes.
Return type:list[oci.opsi.models.NewsSqlInsightsContentTypesResource]
sql_insights_top_sql_resources

Gets the sql_insights_top_sql_resources of this NewsContentTypes. Supported resources for SQL insights - top SQL content type.

Returns:The sql_insights_top_sql_resources of this NewsContentTypes.
Return type:list[oci.opsi.models.NewsSqlInsightsContentTypesResource]