Class ContainerCpuUsage

java.lang.Object
com.microsoft.azure.management.appservice.ContainerCpuUsage

public class ContainerCpuUsage extends Object
The ContainerCpuUsage model.
  • Constructor Details

    • ContainerCpuUsage

      public ContainerCpuUsage()
  • Method Details

    • totalUsage

      public Long totalUsage()
      Get the totalUsage value.
      Returns:
      the totalUsage value
    • withTotalUsage

      public ContainerCpuUsage withTotalUsage(Long totalUsage)
      Set the totalUsage value.
      Parameters:
      totalUsage - the totalUsage value to set
      Returns:
      the ContainerCpuUsage object itself.
    • perCpuUsage

      public List<Long> perCpuUsage()
      Get the perCpuUsage value.
      Returns:
      the perCpuUsage value
    • withPerCpuUsage

      public ContainerCpuUsage withPerCpuUsage(List<Long> perCpuUsage)
      Set the perCpuUsage value.
      Parameters:
      perCpuUsage - the perCpuUsage value to set
      Returns:
      the ContainerCpuUsage object itself.
    • kernelModeUsage

      public Long kernelModeUsage()
      Get the kernelModeUsage value.
      Returns:
      the kernelModeUsage value
    • withKernelModeUsage

      public ContainerCpuUsage withKernelModeUsage(Long kernelModeUsage)
      Set the kernelModeUsage value.
      Parameters:
      kernelModeUsage - the kernelModeUsage value to set
      Returns:
      the ContainerCpuUsage object itself.
    • userModeUsage

      public Long userModeUsage()
      Get the userModeUsage value.
      Returns:
      the userModeUsage value
    • withUserModeUsage

      public ContainerCpuUsage withUserModeUsage(Long userModeUsage)
      Set the userModeUsage value.
      Parameters:
      userModeUsage - the userModeUsage value to set
      Returns:
      the ContainerCpuUsage object itself.