Show / Hide Table of Contents

Class SummarizeExadataInsightResourceCapacityTrendAggregation

Collection of resource capacity trend.

Inheritance
object
SummarizeExadataInsightResourceCapacityTrendAggregation
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 SummarizeExadataInsightResourceCapacityTrendAggregation

Properties

CapacityData

Declaration
[Required(ErrorMessage = "CapacityData is required.")]
[JsonProperty(PropertyName = "capacityData")]
public List<ExadataInsightResourceCapacityTrendAggregation> CapacityData { get; set; }
Property Value
Type Description
List<ExadataInsightResourceCapacityTrendAggregation>

Capacity Data with time interval

Remarks

Required

ExadataResourceMetric

Declaration
[Required(ErrorMessage = "ExadataResourceMetric is required.")]
[JsonProperty(PropertyName = "exadataResourceMetric")]
[JsonConverter(typeof(ResponseEnumConverter))]
public SummarizeExadataInsightResourceCapacityTrendAggregation.ExadataResourceMetricEnum? ExadataResourceMetric { get; set; }
Property Value
Type Description
SummarizeExadataInsightResourceCapacityTrendAggregation.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 SummarizeExadataInsightResourceCapacityTrendAggregation.ExadataResourceTypeEnum? ExadataResourceType { get; set; }
Property Value
Type Description
SummarizeExadataInsightResourceCapacityTrendAggregation.ExadataResourceTypeEnum?

Defines the resource type for an exadata (Example: DATABASE, STORAGE_SERVER, HOST, DISKGROUP)

Remarks

Required

ItemDurationInMs

Declaration
[Required(ErrorMessage = "ItemDurationInMs is required.")]
[JsonProperty(PropertyName = "itemDurationInMs")]
public long? ItemDurationInMs { get; set; }
Property Value
Type Description
long?

Time duration in milliseconds between data points (one hour or one day).

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 SummarizeExadataInsightResourceCapacityTrendAggregation.UsageUnitEnum? UsageUnit { get; set; }
Property Value
Type Description
SummarizeExadataInsightResourceCapacityTrendAggregation.UsageUnitEnum?

Displays usage unit ( CORES, GB , PERCENT, MBPS)

Remarks

Required

In this article
Back to top