@Generated(value="OracleSDKGenerator", comments="API Version: 20200630") public final class SummarizeExadataInsightResourceCapacityTrendCollection extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
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 ExplicitlySetBmcModel.__explicitlySet__
. The hashCode()
and
equals(Object)
methods are implemented to take ExplicitlySetBmcModel.__explicitlySet__
into account.
The constructor, on the other hand, does not set ExplicitlySetBmcModel.__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)
|
static class |
SummarizeExadataInsightResourceCapacityTrendCollection.UsageUnit
Displays usage unit ( CORES, GB , PERCENT, MBPS)
|
Constructor and Description |
---|
SummarizeExadataInsightResourceCapacityTrendCollection(String exadataInsightId,
SummarizeExadataInsightResourceCapacityTrendCollection.ExadataResourceType exadataResourceType,
SummarizeExadataInsightResourceCapacityTrendCollection.ExadataResourceMetric exadataResourceMetric,
Date timeIntervalStart,
Date timeIntervalEnd,
SummarizeExadataInsightResourceCapacityTrendCollection.UsageUnit usageUnit,
List<ExadataInsightResourceCapacityTrendSummary> items)
Deprecated.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"exadataInsightId","exadataResourceType","exadataResourceMetric","timeIntervalStart","timeIntervalEnd","usageUnit","items"}) public SummarizeExadataInsightResourceCapacityTrendCollection(String exadataInsightId, SummarizeExadataInsightResourceCapacityTrendCollection.ExadataResourceType exadataResourceType, SummarizeExadataInsightResourceCapacityTrendCollection.ExadataResourceMetric exadataResourceMetric, Date timeIntervalStart, Date timeIntervalEnd, SummarizeExadataInsightResourceCapacityTrendCollection.UsageUnit usageUnit, List<ExadataInsightResourceCapacityTrendSummary> items)
public static SummarizeExadataInsightResourceCapacityTrendCollection.Builder builder()
Create a new builder.
public SummarizeExadataInsightResourceCapacityTrendCollection.Builder toBuilder()
public String getExadataInsightId()
The OCID of the Exadata insight.
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 SummarizeExadataInsightResourceCapacityTrendCollection.UsageUnit getUsageUnit()
Displays usage unit ( CORES, GB , PERCENT, MBPS)
public List<ExadataInsightResourceCapacityTrendSummary> getItems()
Capacity Data with time interval
public String toString()
toString
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public int hashCode()
hashCode
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Copyright © 2016–2023. All rights reserved.