Show / Hide Table of Contents

Class NewsContentTypes

Content types that the news report can handle.

Inheritance
object
NewsContentTypes
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class NewsContentTypes

Properties

ActionableInsightsResources

Declaration
[JsonProperty(PropertyName = "actionableInsightsResources")]
public List<ActionableInsightsContentTypesResource> ActionableInsightsResources { get; set; }
Property Value
Type Description
List<ActionableInsightsContentTypesResource>

Supported resources for actionable insights content type.

CapacityPlanningResources

Declaration
[JsonProperty(PropertyName = "capacityPlanningResources")]
public List<NewsContentTypesResource> CapacityPlanningResources { get; set; }
Property Value
Type Description
List<NewsContentTypesResource>

Supported resources for capacity planning content type.

SqlInsightsFleetAnalysisResources

Declaration
[JsonProperty(PropertyName = "sqlInsightsFleetAnalysisResources")]
public List<NewsSqlInsightsContentTypesResource> SqlInsightsFleetAnalysisResources { get; set; }
Property Value
Type Description
List<NewsSqlInsightsContentTypesResource>

Supported resources for SQL insights - fleet analysis content type.

SqlInsightsPerformanceDegradationResources

Declaration
[JsonProperty(PropertyName = "sqlInsightsPerformanceDegradationResources")]
public List<NewsSqlInsightsContentTypesResource> SqlInsightsPerformanceDegradationResources { get; set; }
Property Value
Type Description
List<NewsSqlInsightsContentTypesResource>

Supported resources for SQL insights - performance degradation content type.

SqlInsightsPlanChangesResources

Declaration
[JsonProperty(PropertyName = "sqlInsightsPlanChangesResources")]
public List<NewsSqlInsightsContentTypesResource> SqlInsightsPlanChangesResources { get; set; }
Property Value
Type Description
List<NewsSqlInsightsContentTypesResource>

Supported resources for SQL insights - plan changes content type.

SqlInsightsTopDatabasesResources

Declaration
[JsonProperty(PropertyName = "sqlInsightsTopDatabasesResources")]
public List<NewsSqlInsightsContentTypesResource> SqlInsightsTopDatabasesResources { get; set; }
Property Value
Type Description
List<NewsSqlInsightsContentTypesResource>

Supported resources for SQL insights - top databases content type.

SqlInsightsTopSqlByInsightsResources

Declaration
[JsonProperty(PropertyName = "sqlInsightsTopSqlByInsightsResources")]
public List<NewsSqlInsightsContentTypesResource> SqlInsightsTopSqlByInsightsResources { get; set; }
Property Value
Type Description
List<NewsSqlInsightsContentTypesResource>

Supported resources for SQL insights - top SQL by insights content type.

SqlInsightsTopSqlResources

Declaration
[JsonProperty(PropertyName = "sqlInsightsTopSqlResources")]
public List<NewsSqlInsightsContentTypesResource> SqlInsightsTopSqlResources { get; set; }
Property Value
Type Description
List<NewsSqlInsightsContentTypesResource>

Supported resources for SQL insights - top SQL content type.

In this article
Back to top