Class SummarizeExadataInsightResourceStatisticsAggregationCollection
Returns list of the resources with resource statistics like usage,capacity,utilization and usage change percent.
Inherited Members
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class SummarizeExadataInsightResourceStatisticsAggregationCollection
Properties
ExadataDisplayName
Declaration
[JsonProperty(PropertyName = "exadataDisplayName")]
public string ExadataDisplayName { get; set; }
Property Value
Type | Description |
---|---|
string | The user-friendly name for the Exadata system. The name does not have to be unique. |
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 SummarizeExadataInsightResourceStatisticsAggregationCollection.ExadataResourceMetricEnum? ExadataResourceMetric { get; set; }
Property Value
Type | Description |
---|---|
SummarizeExadataInsightResourceStatisticsAggregationCollection.ExadataResourceMetricEnum? | Defines the type of exadata resource metric (Example: CPU, STORAGE) |
Remarks
Required
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<ExadataInsightResourceStatisticsAggregation> Items { get; set; }
Property Value
Type | Description |
---|---|
List<ExadataInsightResourceStatisticsAggregation> | Collection of Resource Statistics 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 SummarizeExadataInsightResourceStatisticsAggregationCollection.UsageUnitEnum? UsageUnit { get; set; }
Property Value
Type | Description |
---|---|
SummarizeExadataInsightResourceStatisticsAggregationCollection.UsageUnitEnum? | Displays usage unit ( CORES, GB , PERCENT, MBPS) |
Remarks
Required