Class SummarizeExadataInsightResourceForecastTrendCollection
Usage and Forecast results with breakdown by databases, hosts or storage servers.
Inherited Members
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class SummarizeExadataInsightResourceForecastTrendCollection
Properties
ExadataInsightId
Declaration
[Required(ErrorMessage = "ExadataInsightId is required.")]
[JsonProperty(PropertyName = "exadataInsightId")]
public string ExadataInsightId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the Exadata insight. |
Remarks
Required
ExadataResourceMetric
Declaration
[Required(ErrorMessage = "ExadataResourceMetric is required.")]
[JsonProperty(PropertyName = "exadataResourceMetric")]
[JsonConverter(typeof(ResponseEnumConverter))]
public SummarizeExadataInsightResourceForecastTrendCollection.ExadataResourceMetricEnum? ExadataResourceMetric { get; set; }
Property Value
Type | Description |
---|---|
SummarizeExadataInsightResourceForecastTrendCollection.ExadataResourceMetricEnum? | Defines the type of exadata resource metric (Example: CPU, STORAGE) |
Remarks
Required
ExadataResourceType
Declaration
[Required(ErrorMessage = "ExadataResourceType is required.")]
[JsonProperty(PropertyName = "exadataResourceType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public SummarizeExadataInsightResourceForecastTrendCollection.ExadataResourceTypeEnum? ExadataResourceType { get; set; }
Property Value
Type | Description |
---|---|
SummarizeExadataInsightResourceForecastTrendCollection.ExadataResourceTypeEnum? | Defines the resource type for an exadata (Example: DATABASE, STORAGE_SERVER, HOST, DISKGROUP) |
Remarks
Required
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<ExadataInsightResourceForecastTrendSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<ExadataInsightResourceForecastTrendSummary> | Collection of id, name , daysToReach Capacity, historical usage and projected usage forecast. |
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 SummarizeExadataInsightResourceForecastTrendCollection.UsageUnitEnum? UsageUnit { get; set; }
Property Value
Type | Description |
---|---|
SummarizeExadataInsightResourceForecastTrendCollection.UsageUnitEnum? | Displays usage unit ( CORES, GB , PERCENT, MBPS) |
Remarks
Required