Class ContainerInfo

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

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

    • ContainerInfo

      public ContainerInfo()
  • Method Details

    • currentTimeStamp

      public org.joda.time.DateTime currentTimeStamp()
      Get the currentTimeStamp value.
      Returns:
      the currentTimeStamp value
    • withCurrentTimeStamp

      public ContainerInfo withCurrentTimeStamp(org.joda.time.DateTime currentTimeStamp)
      Set the currentTimeStamp value.
      Parameters:
      currentTimeStamp - the currentTimeStamp value to set
      Returns:
      the ContainerInfo object itself.
    • previousTimeStamp

      public org.joda.time.DateTime previousTimeStamp()
      Get the previousTimeStamp value.
      Returns:
      the previousTimeStamp value
    • withPreviousTimeStamp

      public ContainerInfo withPreviousTimeStamp(org.joda.time.DateTime previousTimeStamp)
      Set the previousTimeStamp value.
      Parameters:
      previousTimeStamp - the previousTimeStamp value to set
      Returns:
      the ContainerInfo object itself.
    • currentCpuStats

      public ContainerCpuStatistics currentCpuStats()
      Get the currentCpuStats value.
      Returns:
      the currentCpuStats value
    • withCurrentCpuStats

      public ContainerInfo withCurrentCpuStats(ContainerCpuStatistics currentCpuStats)
      Set the currentCpuStats value.
      Parameters:
      currentCpuStats - the currentCpuStats value to set
      Returns:
      the ContainerInfo object itself.
    • previousCpuStats

      public ContainerCpuStatistics previousCpuStats()
      Get the previousCpuStats value.
      Returns:
      the previousCpuStats value
    • withPreviousCpuStats

      public ContainerInfo withPreviousCpuStats(ContainerCpuStatistics previousCpuStats)
      Set the previousCpuStats value.
      Parameters:
      previousCpuStats - the previousCpuStats value to set
      Returns:
      the ContainerInfo object itself.
    • memoryStats

      public ContainerMemoryStatistics memoryStats()
      Get the memoryStats value.
      Returns:
      the memoryStats value
    • withMemoryStats

      public ContainerInfo withMemoryStats(ContainerMemoryStatistics memoryStats)
      Set the memoryStats value.
      Parameters:
      memoryStats - the memoryStats value to set
      Returns:
      the ContainerInfo object itself.
    • name

      public String name()
      Get the name value.
      Returns:
      the name value
    • withName

      public ContainerInfo withName(String name)
      Set the name value.
      Parameters:
      name - the name value to set
      Returns:
      the ContainerInfo object itself.
    • id

      public String id()
      Get the id value.
      Returns:
      the id value
    • withId

      public ContainerInfo withId(String id)
      Set the id value.
      Parameters:
      id - the id value to set
      Returns:
      the ContainerInfo object itself.
    • eth0

      Get the eth0 value.
      Returns:
      the eth0 value
    • withEth0

      Set the eth0 value.
      Parameters:
      eth0 - the eth0 value to set
      Returns:
      the ContainerInfo object itself.