@Generated(value="OracleSDKGenerator", comments="API Version: 20200630") public final class SummarizeHostInsightResourceUsageAggregation extends Object
Resource usage summation for the current time period.
SummarizeHostInsightResourceUsageAggregation.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 SummarizeHostInsightResourceUsageAggregation.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 |
SummarizeHostInsightResourceUsageAggregation.Builder |
static class |
SummarizeHostInsightResourceUsageAggregation.ResourceMetric
Defines the type of resource metric (CPU, Physical Memory, Logical Memory)
|
Constructor and Description |
---|
SummarizeHostInsightResourceUsageAggregation(Date timeIntervalStart,
Date timeIntervalEnd,
SummarizeHostInsightResourceUsageAggregation.ResourceMetric resourceMetric,
UsageUnit usageUnit,
Double usage,
Double capacity,
Double usageChangePercent)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static SummarizeHostInsightResourceUsageAggregation.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
Double |
getCapacity()
The maximum allocated amount of the resource metric type (CPU, STORAGE).
|
SummarizeHostInsightResourceUsageAggregation.ResourceMetric |
getResourceMetric()
Defines the type of resource metric (CPU, Physical Memory, Logical Memory)
|
Date |
getTimeIntervalEnd()
The end timestamp that was passed into the request.
|
Date |
getTimeIntervalStart()
The start timestamp that was passed into the request.
|
Double |
getUsage()
Total amount used of the resource metric type (CPU, STORAGE).
|
Double |
getUsageChangePercent()
Percentage change in resource usage during the current period calculated using linear regression functions
|
UsageUnit |
getUsageUnit()
Displays usage unit (CORES, GB)
|
int |
hashCode() |
SummarizeHostInsightResourceUsageAggregation.Builder |
toBuilder() |
String |
toString() |
@Deprecated @ConstructorProperties(value={"timeIntervalStart","timeIntervalEnd","resourceMetric","usageUnit","usage","capacity","usageChangePercent"}) public SummarizeHostInsightResourceUsageAggregation(Date timeIntervalStart, Date timeIntervalEnd, SummarizeHostInsightResourceUsageAggregation.ResourceMetric resourceMetric, UsageUnit usageUnit, Double usage, Double capacity, Double usageChangePercent)
public static SummarizeHostInsightResourceUsageAggregation.Builder builder()
Create a new builder.
public SummarizeHostInsightResourceUsageAggregation.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 SummarizeHostInsightResourceUsageAggregation.ResourceMetric getResourceMetric()
Defines the type of resource metric (CPU, Physical Memory, Logical Memory)
public UsageUnit getUsageUnit()
Displays usage unit (CORES, GB)
public Double getUsage()
Total amount used of the resource metric type (CPU, STORAGE).
public Double getCapacity()
The maximum allocated amount of the resource metric type (CPU, STORAGE).
public Double getUsageChangePercent()
Percentage change in resource usage during the current period calculated using linear regression functions
Copyright © 2016–2022. All rights reserved.