public class PoolUsageMetrics extends Object
Constructor and Description |
---|
PoolUsageMetrics() |
Modifier and Type | Method and Description |
---|---|
double |
dataEgressGiB()
Get the dataEgressGiB value.
|
double |
dataIngressGiB()
Get the dataIngressGiB value.
|
org.joda.time.DateTime |
endTime()
Get the endTime value.
|
String |
poolId()
Get the poolId value.
|
org.joda.time.DateTime |
startTime()
Get the startTime value.
|
double |
totalCoreHours()
Get the totalCoreHours value.
|
String |
vmSize()
Get the vmSize value.
|
PoolUsageMetrics |
withDataEgressGiB(double dataEgressGiB)
Set the dataEgressGiB value.
|
PoolUsageMetrics |
withDataIngressGiB(double dataIngressGiB)
Set the dataIngressGiB value.
|
PoolUsageMetrics |
withEndTime(org.joda.time.DateTime endTime)
Set the endTime value.
|
PoolUsageMetrics |
withPoolId(String poolId)
Set the poolId value.
|
PoolUsageMetrics |
withStartTime(org.joda.time.DateTime startTime)
Set the startTime value.
|
PoolUsageMetrics |
withTotalCoreHours(double totalCoreHours)
Set the totalCoreHours value.
|
PoolUsageMetrics |
withVmSize(String vmSize)
Set the vmSize value.
|
public String poolId()
public PoolUsageMetrics withPoolId(String poolId)
poolId
- the poolId value to setpublic org.joda.time.DateTime startTime()
public PoolUsageMetrics withStartTime(org.joda.time.DateTime startTime)
startTime
- the startTime value to setpublic org.joda.time.DateTime endTime()
public PoolUsageMetrics withEndTime(org.joda.time.DateTime endTime)
endTime
- the endTime value to setpublic String vmSize()
public PoolUsageMetrics withVmSize(String vmSize)
vmSize
- the vmSize value to setpublic double totalCoreHours()
public PoolUsageMetrics withTotalCoreHours(double totalCoreHours)
totalCoreHours
- the totalCoreHours value to setpublic double dataIngressGiB()
public PoolUsageMetrics withDataIngressGiB(double dataIngressGiB)
dataIngressGiB
- the dataIngressGiB value to setpublic double dataEgressGiB()
public PoolUsageMetrics withDataEgressGiB(double dataEgressGiB)
dataEgressGiB
- the dataEgressGiB value to setCopyright © 2019. All rights reserved.