BatchPoolUsageStatistics Class
- java.
lang. Object - com.
azure. compute. batch. models. BatchPoolUsageStatistics
- com.
Implements
public final class BatchPoolUsageStatistics
implements JsonSerializable<BatchPoolUsageStatistics>
Statistics related to Pool usage information.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Batch |
fromJson(JsonReader jsonReader)
Reads an instance of Batch |
| Duration |
getDedicatedCoreTime()
Get the dedicated |
|
Offset |
getLastUpdateTime()
Get the last |
|
Offset |
getStartTime()
Get the start |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static BatchPoolUsageStatistics fromJson(JsonReader jsonReader)
Reads an instance of BatchPoolUsageStatistics from the JsonReader.
Parameters:
Returns:
Throws:
getDedicatedCoreTime
public Duration getDedicatedCoreTime()
Get the dedicatedCoreTime property: The aggregated wall-clock time of the dedicated Compute Node cores being part of the Pool.
Returns:
getLastUpdateTime
public OffsetDateTime getLastUpdateTime()
Get the lastUpdateTime property: The time at which the statistics were last updated. All statistics are limited to the range between startTime and lastUpdateTime.
Returns:
getStartTime
public OffsetDateTime getStartTime()
Get the startTime property: The start time of the time range covered by the statistics.
Returns: