Uses of Class
com.tencentcloudapi.cis.v20180408.models.ContainerState
-
Packages that use ContainerState Package Description com.tencentcloudapi.cis.v20180408.models -
-
Uses of ContainerState in com.tencentcloudapi.cis.v20180408.models
Methods in com.tencentcloudapi.cis.v20180408.models that return ContainerState Modifier and Type Method Description ContainerState
Container. getCurrentState()
Get 当前状态ContainerState
Container. getPreviousState()
Get 上一次状态Methods in com.tencentcloudapi.cis.v20180408.models with parameters of type ContainerState Modifier and Type Method Description void
Container. setCurrentState(ContainerState CurrentState)
Set 当前状态void
Container. setPreviousState(ContainerState PreviousState)
Set 上一次状态Constructors in com.tencentcloudapi.cis.v20180408.models with parameters of type ContainerState Constructor Description ContainerState(ContainerState source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-