Class SummarizeDatabaseInsightResourceForecastTrendAggregation
Forecast results from the selected time period.
Inherited Members
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class SummarizeDatabaseInsightResourceForecastTrendAggregation
Properties
HighUtilizationThreshold
Declaration
[Required(ErrorMessage = "HighUtilizationThreshold is required.")]
[JsonProperty(PropertyName = "highUtilizationThreshold")]
public int? HighUtilizationThreshold { get; set; }
Property Value
Type | Description |
---|---|
int? | Percent value in which a resource metric is considered highly utilized. |
Remarks
Required
HistoricalData
Declaration
[Required(ErrorMessage = "HistoricalData is required.")]
[JsonProperty(PropertyName = "historicalData")]
public List<HistoricalDataItem> HistoricalData { get; set; }
Property Value
Type | Description |
---|---|
List<HistoricalDataItem> | Time series data used for the forecast analysis. |
Remarks
Required
LowUtilizationThreshold
Declaration
[Required(ErrorMessage = "LowUtilizationThreshold is required.")]
[JsonProperty(PropertyName = "lowUtilizationThreshold")]
public int? LowUtilizationThreshold { get; set; }
Property Value
Type | Description |
---|---|
int? | Percent value in which a resource metric is considered lowly utilized. |
Remarks
Required
Pattern
Declaration
[Required(ErrorMessage = "Pattern is required.")]
[JsonProperty(PropertyName = "pattern")]
[JsonConverter(typeof(ResponseEnumConverter))]
public SummarizeDatabaseInsightResourceForecastTrendAggregation.PatternEnum? Pattern { get; set; }
Property Value
Type | Description |
---|---|
SummarizeDatabaseInsightResourceForecastTrendAggregation.PatternEnum? | Time series patterns used in the forecasting. |
Remarks
Required
ProjectedData
Declaration
[Required(ErrorMessage = "ProjectedData is required.")]
[JsonProperty(PropertyName = "projectedData")]
public List<ProjectedDataItem> ProjectedData { get; set; }
Property Value
Type | Description |
---|---|
List<ProjectedDataItem> | Time series data result of the forecasting analysis. |
Remarks
Required
ResourceMetric
Declaration
[Required(ErrorMessage = "ResourceMetric is required.")]
[JsonProperty(PropertyName = "resourceMetric")]
[JsonConverter(typeof(ResponseEnumConverter))]
public SummarizeDatabaseInsightResourceForecastTrendAggregation.ResourceMetricEnum? ResourceMetric { get; set; }
Property Value
Type | Description |
---|---|
SummarizeDatabaseInsightResourceForecastTrendAggregation.ResourceMetricEnum? | Defines the type of resource metric (Example: CPU, STORAGE) |
Remarks
Required
SelectedForecastAlgorithm
Declaration
[JsonProperty(PropertyName = "selectedForecastAlgorithm")]
public string SelectedForecastAlgorithm { get; set; }
Property Value
Type | Description |
---|---|
string | Auto-ML algorithm leveraged for the forecast. Only applicable for Auto-ML forecast. |
TablespaceName
Declaration
[Required(ErrorMessage = "TablespaceName is required.")]
[JsonProperty(PropertyName = "tablespaceName")]
public string TablespaceName { get; set; }
Property Value
Type | Description |
---|---|
string | The name of tablespace. |
Remarks
Required
TimeIntervalEnd
Declaration
[Required(ErrorMessage = "TimeIntervalEnd is required.")]
[JsonProperty(PropertyName = "timeIntervalEnd")]
public DateTime? TimeIntervalEnd { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The end timestamp that was passed into the request. |
Remarks
Required
TimeIntervalStart
Declaration
[Required(ErrorMessage = "TimeIntervalStart is required.")]
[JsonProperty(PropertyName = "timeIntervalStart")]
public DateTime? TimeIntervalStart { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The start timestamp that was passed into the request. |
Remarks
Required
UsageUnit
Declaration
[Required(ErrorMessage = "UsageUnit is required.")]
[JsonProperty(PropertyName = "usageUnit")]
[JsonConverter(typeof(ResponseEnumConverter))]
public SummarizeDatabaseInsightResourceForecastTrendAggregation.UsageUnitEnum? UsageUnit { get; set; }
Property Value
Type | Description |
---|---|
SummarizeDatabaseInsightResourceForecastTrendAggregation.UsageUnitEnum? | Displays usage unit ( CORES, GB , PERCENT, MBPS) |
Remarks
Required