Show / Hide Table of Contents

Class SummarizeExadataInsightResourceCapacityTrendCollection

capacity results with breakdown by databases, hosts, storage servers or diskgroup.

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

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 SummarizeExadataInsightResourceCapacityTrendCollection.ExadataResourceMetricEnum? ExadataResourceMetric { get; set; }
Property Value
Type Description
SummarizeExadataInsightResourceCapacityTrendCollection.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 SummarizeExadataInsightResourceCapacityTrendCollection.ExadataResourceTypeEnum? ExadataResourceType { get; set; }
Property Value
Type Description
SummarizeExadataInsightResourceCapacityTrendCollection.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<ExadataInsightResourceCapacityTrendSummary> Items { get; set; }
Property Value
Type Description
List<ExadataInsightResourceCapacityTrendSummary>

Capacity Data with time interval

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

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

Remarks

Required

In this article
Back to top