Class NewsContentTypes
Content types that the news report can handle.
Inherited Members
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class NewsContentTypes
Properties
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. |