ContainerCpuUsage Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. ContainerCpuUsage
- com.
Implements
public final class ContainerCpuUsage
implements JsonSerializable<ContainerCpuUsage>
The ContainerCpuUsage model.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Container |
fromJson(JsonReader jsonReader)
Reads an instance of Container |
| Long |
kernelModeUsage()
Get the kernel |
| List<Long> |
perCpuUsage()
Get the per |
|
Json |
toJson(JsonWriter jsonWriter) |
| Long |
totalUsage()
Get the total |
| Long |
userModeUsage()
Get the user |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static ContainerCpuUsage fromJson(JsonReader jsonReader)
Reads an instance of ContainerCpuUsage from the JsonReader.
Parameters:
Returns:
Throws:
kernelModeUsage
public Long kernelModeUsage()
Get the kernelModeUsage property: The kernelModeUsage property.
Returns:
perCpuUsage
public List<Long> perCpuUsage()
Get the perCpuUsage property: The perCpuUsage property.
Returns:
toJson
totalUsage
public Long totalUsage()
Get the totalUsage property: The totalUsage property.
Returns:
userModeUsage
public Long userModeUsage()
Get the userModeUsage property: The userModeUsage property.
Returns:
validate
public void validate()
Validates the instance.