@Generated(value="OracleSDKGenerator", comments="API Version: 20200630") public final class SummarizeExadataInsightResourceStatisticsAggregationCollection extends Object
Returns list of the resources with resource statistics like usage,capacity,utilization and usage change percent.
Note: Objects should always be created or deserialized using the SummarizeExadataInsightResourceStatisticsAggregationCollection.Builder
. This model distinguishes fields
that are null
because they are unset from fields that are explicitly set to null
. This is done in
the setter methods of the SummarizeExadataInsightResourceStatisticsAggregationCollection.Builder
, which maintain a set of all explicitly set fields called
__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take
__explicitlySet__
into account. The constructor, on the other hand, does not set __explicitlySet__
(since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
SummarizeExadataInsightResourceStatisticsAggregationCollection.Builder |
static class |
SummarizeExadataInsightResourceStatisticsAggregationCollection.ExadataResourceMetric
Defines the type of exadata resource metric (example: CPU, STORAGE)
|
Constructor and Description |
---|
SummarizeExadataInsightResourceStatisticsAggregationCollection(Date timeIntervalStart,
Date timeIntervalEnd,
List<ExadataInsightResourceStatisticsAggregation> items,
UsageUnit usageUnit,
SummarizeExadataInsightResourceStatisticsAggregationCollection.ExadataResourceMetric exadataResourceMetric,
String exadataInsightId)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static SummarizeExadataInsightResourceStatisticsAggregationCollection.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
String |
getExadataInsightId()
The OCID of the Exadata insight.
|
SummarizeExadataInsightResourceStatisticsAggregationCollection.ExadataResourceMetric |
getExadataResourceMetric()
Defines the type of exadata resource metric (example: CPU, STORAGE)
|
List<ExadataInsightResourceStatisticsAggregation> |
getItems()
Collection of Resource Statistics items
|
Date |
getTimeIntervalEnd()
The end timestamp that was passed into the request.
|
Date |
getTimeIntervalStart()
The start timestamp that was passed into the request.
|
UsageUnit |
getUsageUnit()
Displays usage unit ( CORES, GB)
|
int |
hashCode() |
SummarizeExadataInsightResourceStatisticsAggregationCollection.Builder |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"timeIntervalStart","timeIntervalEnd","items","usageUnit","exadataResourceMetric","exadataInsightId"}) @Deprecated public SummarizeExadataInsightResourceStatisticsAggregationCollection(Date timeIntervalStart, Date timeIntervalEnd, List<ExadataInsightResourceStatisticsAggregation> items, UsageUnit usageUnit, SummarizeExadataInsightResourceStatisticsAggregationCollection.ExadataResourceMetric exadataResourceMetric, String exadataInsightId)
public static SummarizeExadataInsightResourceStatisticsAggregationCollection.Builder builder()
Create a new builder.
public SummarizeExadataInsightResourceStatisticsAggregationCollection.Builder toBuilder()
public Date getTimeIntervalStart()
The start timestamp that was passed into the request.
public Date getTimeIntervalEnd()
The end timestamp that was passed into the request.
public List<ExadataInsightResourceStatisticsAggregation> getItems()
Collection of Resource Statistics items
public UsageUnit getUsageUnit()
Displays usage unit ( CORES, GB)
public SummarizeExadataInsightResourceStatisticsAggregationCollection.ExadataResourceMetric getExadataResourceMetric()
Defines the type of exadata resource metric (example: CPU, STORAGE)
Copyright © 2016–2022. All rights reserved.