Class ContainerInfo
java.lang.Object
com.microsoft.azure.management.appservice.ContainerInfo
The ContainerInfo model.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the currentCpuStats value.org.joda.time.DateTime
Get the currentTimeStamp value.eth0()
Get the eth0 value.id()
Get the id value.Get the memoryStats value.name()
Get the name value.Get the previousCpuStats value.org.joda.time.DateTime
Get the previousTimeStamp value.withCurrentCpuStats
(ContainerCpuStatistics currentCpuStats) Set the currentCpuStats value.withCurrentTimeStamp
(org.joda.time.DateTime currentTimeStamp) Set the currentTimeStamp value.Set the eth0 value.Set the id value.withMemoryStats
(ContainerMemoryStatistics memoryStats) Set the memoryStats value.Set the name value.withPreviousCpuStats
(ContainerCpuStatistics previousCpuStats) Set the previousCpuStats value.withPreviousTimeStamp
(org.joda.time.DateTime previousTimeStamp) Set the previousTimeStamp value.
-
Constructor Details
-
ContainerInfo
public ContainerInfo()
-
-
Method Details
-
currentTimeStamp
public org.joda.time.DateTime currentTimeStamp()Get the currentTimeStamp value.- Returns:
- the currentTimeStamp value
-
withCurrentTimeStamp
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
Set the previousTimeStamp value.- Parameters:
previousTimeStamp
- the previousTimeStamp value to set- Returns:
- the ContainerInfo object itself.
-
currentCpuStats
Get the currentCpuStats value.- Returns:
- the currentCpuStats value
-
withCurrentCpuStats
Set the currentCpuStats value.- Parameters:
currentCpuStats
- the currentCpuStats value to set- Returns:
- the ContainerInfo object itself.
-
previousCpuStats
Get the previousCpuStats value.- Returns:
- the previousCpuStats value
-
withPreviousCpuStats
Set the previousCpuStats value.- Parameters:
previousCpuStats
- the previousCpuStats value to set- Returns:
- the ContainerInfo object itself.
-
memoryStats
Get the memoryStats value.- Returns:
- the memoryStats value
-
withMemoryStats
Set the memoryStats value.- Parameters:
memoryStats
- the memoryStats value to set- Returns:
- the ContainerInfo object itself.
-
name
Get the name value.- Returns:
- the name value
-
withName
Set the name value.- Parameters:
name
- the name value to set- Returns:
- the ContainerInfo object itself.
-
id
Get the id value.- Returns:
- the id value
-
withId
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.
-