ContainerCpuStatistics Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. ContainerCpuStatistics
- com.
Implements
public final class ContainerCpuStatistics
implements JsonSerializable<ContainerCpuStatistics>
The ContainerCpuStatistics model.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Container |
cpuUsage()
Get the cpu |
|
static
Container |
fromJson(JsonReader jsonReader)
Reads an instance of Container |
| Integer |
onlineCpuCount()
Get the online |
| Long |
systemCpuUsage()
Get the system |
|
Container |
throttlingData()
Get the throttling |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
cpuUsage
public ContainerCpuUsage cpuUsage()
Get the cpuUsage property: The cpuUsage property.
Returns:
fromJson
public static ContainerCpuStatistics fromJson(JsonReader jsonReader)
Reads an instance of ContainerCpuStatistics from the JsonReader.
Parameters:
Returns:
Throws:
onlineCpuCount
public Integer onlineCpuCount()
Get the onlineCpuCount property: The onlineCpuCount property.
Returns:
systemCpuUsage
public Long systemCpuUsage()
Get the systemCpuUsage property: The systemCpuUsage property.
Returns:
throttlingData
public ContainerThrottlingData throttlingData()
Get the throttlingData property: The throttlingData property.
Returns:
toJson
validate
public void validate()
Validates the instance.