Show / Hide Table of Contents

Class SummarizeExadataInsightResourceUsageCollection

Resource usage , allocation, utilization and usage ChangePercent for the current time period

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

Properties

ExadataResourceMetric

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

Collection of Resource Usage Summary items

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

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

Remarks

Required

In this article
Back to top