- java. lang. Object
- com. azure. resourcemanager. appservice. models. ContainerInfo
public final class ContainerInfo
The ContainerInfo model.
Constructor | Description |
---|---|
ContainerInfo() |
Creates an instance of Container Info class. |
Modifier and Type | Method and Description |
---|---|
Container Cpu Statistics |
currentCpuStats()
Get the current Cpu Stats property: The current Cpu Stats property. |
Offset Date Time |
currentTimestamp()
Get the current Timestamp property: The current Time Stamp property. |
Container Network Interface Statistics |
eth0()
Get the eth0 property: The eth0 property. |
String |
id()
Get the id property: The id property. |
Container Memory Statistics |
memoryStats()
Get the memory Stats property: The memory Stats property. |
String |
name()
Get the name property: The name property. |
Container Cpu Statistics |
previousCpuStats()
Get the previous Cpu Stats property: The previous Cpu Stats property. |
Offset Date Time |
previousTimestamp()
Get the previous Timestamp property: The previous Time Stamp property. |
void |
validate()
Validates the instance. |
Container Info |
withCurrentCpuStats(ContainerCpuStatistics currentCpuStats)
Set the current Cpu Stats property: The current Cpu Stats property. |
Container Info |
withCurrentTimestamp(OffsetDateTime currentTimestamp)
Set the current Timestamp property: The current Time Stamp property. |
Container Info |
withEth0(ContainerNetworkInterfaceStatistics eth0)
Set the eth0 property: The eth0 property. |
Container Info |
withId(String id)
Set the id property: The id property. |
Container Info |
withMemoryStats(ContainerMemoryStatistics memoryStats)
Set the memory Stats property: The memory Stats property. |
Container Info |
withName(String name)
Set the name property: The name property. |
Container Info |
withPreviousCpuStats(ContainerCpuStatistics previousCpuStats)
Set the previous Cpu Stats property: The previous Cpu Stats property. |
Container Info |
withPreviousTimestamp(OffsetDateTime previousTimestamp)
Set the previous Timestamp property: The previous Time Stamp property. |
Methods inherited from java.lang.Object
public ContainerInfo()
Creates an instance of ContainerInfo class.
public ContainerCpuStatistics currentCpuStats()
Get the currentCpuStats property: The currentCpuStats property.
Returns:
public OffsetDateTime currentTimestamp()
Get the currentTimestamp property: The currentTimeStamp property.
Returns:
public ContainerNetworkInterfaceStatistics eth0()
Get the eth0 property: The eth0 property.
Returns:
public String id()
Get the id property: The id property.
Returns:
public ContainerMemoryStatistics memoryStats()
Get the memoryStats property: The memoryStats property.
Returns:
public String name()
Get the name property: The name property.
Returns:
public ContainerCpuStatistics previousCpuStats()
Get the previousCpuStats property: The previousCpuStats property.
Returns:
public OffsetDateTime previousTimestamp()
Get the previousTimestamp property: The previousTimeStamp property.
Returns:
public void validate()
Validates the instance.
public ContainerInfo withCurrentCpuStats(ContainerCpuStatistics currentCpuStats)
Set the currentCpuStats property: The currentCpuStats property.
Parameters:
Returns:
public ContainerInfo withCurrentTimestamp(OffsetDateTime currentTimestamp)
Set the currentTimestamp property: The currentTimeStamp property.
Parameters:
Returns:
public ContainerInfo withEth0(ContainerNetworkInterfaceStatistics eth0)
Set the eth0 property: The eth0 property.
Parameters:
Returns:
public ContainerInfo withId(String id)
Set the id property: The id property.
Parameters:
Returns:
public ContainerInfo withMemoryStats(ContainerMemoryStatistics memoryStats)
Set the memoryStats property: The memoryStats property.
Parameters:
Returns:
public ContainerInfo withName(String name)
Set the name property: The name property.
Parameters:
Returns:
public ContainerInfo withPreviousCpuStats(ContainerCpuStatistics previousCpuStats)
Set the previousCpuStats property: The previousCpuStats property.
Parameters:
Returns:
public ContainerInfo withPreviousTimestamp(OffsetDateTime previousTimestamp)
Set the previousTimestamp property: The previousTimeStamp property.
Parameters:
Returns:
注册有任何问题请添加 微信:MVIP619 拉你进入群
打开微信扫一扫
添加客服
进入交流群
发表评论