@Generated(value="OracleSDKGenerator", comments="API Version: 20200630") public final class SummarizeExadataInsightResourceCapacityTrendCollection extends Object
capacity results with breakdown by databases, hosts, storage servers or diskgroup.
Note: Objects should always be created or deserialized using the SummarizeExadataInsightResourceCapacityTrendCollection.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 SummarizeExadataInsightResourceCapacityTrendCollection.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 |
SummarizeExadataInsightResourceCapacityTrendCollection.Builder |
static class |
SummarizeExadataInsightResourceCapacityTrendCollection.ExadataResourceMetric
Defines the type of exadata resource metric (example: CPU, STORAGE)
|
static class |
SummarizeExadataInsightResourceCapacityTrendCollection.ExadataResourceType
Defines the resource type for an exadata (example: DATABASE, STORAGE_SERVER, HOST, DISKGROUP)
|
Constructor and Description |
---|
SummarizeExadataInsightResourceCapacityTrendCollection(String exadataInsightId,
SummarizeExadataInsightResourceCapacityTrendCollection.ExadataResourceType exadataResourceType,
SummarizeExadataInsightResourceCapacityTrendCollection.ExadataResourceMetric exadataResourceMetric,
Date timeIntervalStart,
Date timeIntervalEnd,
UsageUnit usageUnit,
List<ExadataInsightResourceCapacityTrendSummary> items)
Deprecated.
|
@ConstructorProperties(value={"exadataInsightId","exadataResourceType","exadataResourceMetric","timeIntervalStart","timeIntervalEnd","usageUnit","items"}) @Deprecated public SummarizeExadataInsightResourceCapacityTrendCollection(String exadataInsightId, SummarizeExadataInsightResourceCapacityTrendCollection.ExadataResourceType exadataResourceType, SummarizeExadataInsightResourceCapacityTrendCollection.ExadataResourceMetric exadataResourceMetric, Date timeIntervalStart, Date timeIntervalEnd, UsageUnit usageUnit, List<ExadataInsightResourceCapacityTrendSummary> items)
public static SummarizeExadataInsightResourceCapacityTrendCollection.Builder builder()
Create a new builder.
public SummarizeExadataInsightResourceCapacityTrendCollection.Builder toBuilder()
public SummarizeExadataInsightResourceCapacityTrendCollection.ExadataResourceType getExadataResourceType()
Defines the resource type for an exadata (example: DATABASE, STORAGE_SERVER, HOST, DISKGROUP)
public SummarizeExadataInsightResourceCapacityTrendCollection.ExadataResourceMetric getExadataResourceMetric()
Defines the type of exadata resource metric (example: CPU, STORAGE)
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 UsageUnit getUsageUnit()
Displays usage unit ( CORES, GB)
public List<ExadataInsightResourceCapacityTrendSummary> getItems()
Capacity Data with time interval
Copyright © 2016–2022. All rights reserved.