@Generated(value="OracleSDKGenerator", comments="API Version: 20200630") public final class SummarizeExadataInsightResourceUsageCollection extends ExplicitlySetBmcModel
Resource usage , allocation, utilization and usage ChangePercent for the current time period
Note: Objects should always be created or deserialized using the SummarizeExadataInsightResourceUsageCollection.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 SummarizeExadataInsightResourceUsageCollection.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 |
SummarizeExadataInsightResourceUsageCollection.Builder |
static class |
SummarizeExadataInsightResourceUsageCollection.ExadataResourceMetric
Defines the type of exadata resource metric (example: CPU, STORAGE)
|
static class |
SummarizeExadataInsightResourceUsageCollection.ExadataResourceType
Defines the resource type for an exadata (example: DATABASE, STORAGE_SERVER, HOST, DISKGROUP)
|
static class |
SummarizeExadataInsightResourceUsageCollection.UsageUnit
Displays usage unit ( CORES, GB , PERCENT, MBPS)
|
Constructor and Description |
---|
SummarizeExadataInsightResourceUsageCollection(Date timeIntervalStart,
Date timeIntervalEnd,
SummarizeExadataInsightResourceUsageCollection.ExadataResourceMetric exadataResourceMetric,
SummarizeExadataInsightResourceUsageCollection.ExadataResourceType exadataResourceType,
SummarizeExadataInsightResourceUsageCollection.UsageUnit usageUnit,
List<ResourceUsageSummary> items)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static SummarizeExadataInsightResourceUsageCollection.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
SummarizeExadataInsightResourceUsageCollection.ExadataResourceMetric |
getExadataResourceMetric()
Defines the type of exadata resource metric (example: CPU, STORAGE)
|
SummarizeExadataInsightResourceUsageCollection.ExadataResourceType |
getExadataResourceType()
Defines the resource type for an exadata (example: DATABASE, STORAGE_SERVER, HOST, DISKGROUP)
|
List<ResourceUsageSummary> |
getItems()
Collection of Resource Usage Summary items
|
Date |
getTimeIntervalEnd()
The end timestamp that was passed into the request.
|
Date |
getTimeIntervalStart()
The start timestamp that was passed into the request.
|
SummarizeExadataInsightResourceUsageCollection.UsageUnit |
getUsageUnit()
Displays usage unit ( CORES, GB , PERCENT, MBPS)
|
int |
hashCode() |
SummarizeExadataInsightResourceUsageCollection.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"timeIntervalStart","timeIntervalEnd","exadataResourceMetric","exadataResourceType","usageUnit","items"}) public SummarizeExadataInsightResourceUsageCollection(Date timeIntervalStart, Date timeIntervalEnd, SummarizeExadataInsightResourceUsageCollection.ExadataResourceMetric exadataResourceMetric, SummarizeExadataInsightResourceUsageCollection.ExadataResourceType exadataResourceType, SummarizeExadataInsightResourceUsageCollection.UsageUnit usageUnit, List<ResourceUsageSummary> items)
public static SummarizeExadataInsightResourceUsageCollection.Builder builder()
Create a new builder.
public SummarizeExadataInsightResourceUsageCollection.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 SummarizeExadataInsightResourceUsageCollection.ExadataResourceMetric getExadataResourceMetric()
Defines the type of exadata resource metric (example: CPU, STORAGE)
public SummarizeExadataInsightResourceUsageCollection.ExadataResourceType getExadataResourceType()
Defines the resource type for an exadata (example: DATABASE, STORAGE_SERVER, HOST, DISKGROUP)
public SummarizeExadataInsightResourceUsageCollection.UsageUnit getUsageUnit()
Displays usage unit ( CORES, GB , PERCENT, MBPS)
public List<ResourceUsageSummary> getItems()
Collection of Resource Usage Summary items
public String toString()
toString
in class 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 ExplicitlySetBmcModel
public int hashCode()
hashCode
in class ExplicitlySetBmcModel
Copyright © 2016–2023. All rights reserved.