Class ContainerCpuStatistics

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

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

    • ContainerCpuStatistics

      public ContainerCpuStatistics()
  • Method Details

    • cpuUsage

      public ContainerCpuUsage cpuUsage()
      Get the cpuUsage value.
      Returns:
      the cpuUsage value
    • withCpuUsage

      public ContainerCpuStatistics withCpuUsage(ContainerCpuUsage cpuUsage)
      Set the cpuUsage value.
      Parameters:
      cpuUsage - the cpuUsage value to set
      Returns:
      the ContainerCpuStatistics object itself.
    • systemCpuUsage

      public Long systemCpuUsage()
      Get the systemCpuUsage value.
      Returns:
      the systemCpuUsage value
    • withSystemCpuUsage

      public ContainerCpuStatistics withSystemCpuUsage(Long systemCpuUsage)
      Set the systemCpuUsage value.
      Parameters:
      systemCpuUsage - the systemCpuUsage value to set
      Returns:
      the ContainerCpuStatistics object itself.
    • onlineCpuCount

      public Integer onlineCpuCount()
      Get the onlineCpuCount value.
      Returns:
      the onlineCpuCount value
    • withOnlineCpuCount

      public ContainerCpuStatistics withOnlineCpuCount(Integer onlineCpuCount)
      Set the onlineCpuCount value.
      Parameters:
      onlineCpuCount - the onlineCpuCount value to set
      Returns:
      the ContainerCpuStatistics object itself.
    • throttlingData

      public ContainerThrottlingData throttlingData()
      Get the throttlingData value.
      Returns:
      the throttlingData value
    • withThrottlingData

      public ContainerCpuStatistics withThrottlingData(ContainerThrottlingData throttlingData)
      Set the throttlingData value.
      Parameters:
      throttlingData - the throttlingData value to set
      Returns:
      the ContainerCpuStatistics object itself.