Class DescribeContainerAssetSummaryResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcss.v20201101.models.DescribeContainerAssetSummaryResponse
-
public class DescribeContainerAssetSummaryResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeContainerAssetSummaryResponse()DescribeContainerAssetSummaryResponse(DescribeContainerAssetSummaryResponse 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetContainerPauseCnt()Get 暂停运行容器数量LonggetContainerRunningCnt()Get 正在运行容器数量LonggetContainerStopped()Get 停止运行容器数量LonggetContainerTotalCnt()Get 容器总数LonggetHostCnt()Get 主机节点数量LonggetHostOfflineCnt()Get 主机离线节点数量LonggetHostRunningCnt()Get 主机正在运行节点数量LonggetHostSuperNodeCnt()Get 超级节点个数LonggetHostUnInstallCnt()Get 主机未安装agent数量LonggetImageCnt()Get 本地镜像数量LonggetImageRegistryCnt()Get 镜像仓库数量LonggetImageTotalCnt()Get 镜像总数StringgetRequestId()Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。voidsetContainerPauseCnt(Long ContainerPauseCnt)Set 暂停运行容器数量voidsetContainerRunningCnt(Long ContainerRunningCnt)Set 正在运行容器数量voidsetContainerStopped(Long ContainerStopped)Set 停止运行容器数量voidsetContainerTotalCnt(Long ContainerTotalCnt)Set 容器总数voidsetHostCnt(Long HostCnt)Set 主机节点数量voidsetHostOfflineCnt(Long HostOfflineCnt)Set 主机离线节点数量voidsetHostRunningCnt(Long HostRunningCnt)Set 主机正在运行节点数量voidsetHostSuperNodeCnt(Long HostSuperNodeCnt)Set 超级节点个数voidsetHostUnInstallCnt(Long HostUnInstallCnt)Set 主机未安装agent数量voidsetImageCnt(Long ImageCnt)Set 本地镜像数量voidsetImageRegistryCnt(Long ImageRegistryCnt)Set 镜像仓库数量voidsetImageTotalCnt(Long ImageTotalCnt)Set 镜像总数voidsetRequestId(String RequestId)Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeContainerAssetSummaryResponse
public DescribeContainerAssetSummaryResponse()
-
DescribeContainerAssetSummaryResponse
public DescribeContainerAssetSummaryResponse(DescribeContainerAssetSummaryResponse 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.
-
-
Method Detail
-
getContainerTotalCnt
public Long getContainerTotalCnt()
Get 容器总数- Returns:
- ContainerTotalCnt 容器总数
-
setContainerTotalCnt
public void setContainerTotalCnt(Long ContainerTotalCnt)
Set 容器总数- Parameters:
ContainerTotalCnt- 容器总数
-
getContainerRunningCnt
public Long getContainerRunningCnt()
Get 正在运行容器数量- Returns:
- ContainerRunningCnt 正在运行容器数量
-
setContainerRunningCnt
public void setContainerRunningCnt(Long ContainerRunningCnt)
Set 正在运行容器数量- Parameters:
ContainerRunningCnt- 正在运行容器数量
-
getContainerPauseCnt
public Long getContainerPauseCnt()
Get 暂停运行容器数量- Returns:
- ContainerPauseCnt 暂停运行容器数量
-
setContainerPauseCnt
public void setContainerPauseCnt(Long ContainerPauseCnt)
Set 暂停运行容器数量- Parameters:
ContainerPauseCnt- 暂停运行容器数量
-
getContainerStopped
public Long getContainerStopped()
Get 停止运行容器数量- Returns:
- ContainerStopped 停止运行容器数量
-
setContainerStopped
public void setContainerStopped(Long ContainerStopped)
Set 停止运行容器数量- Parameters:
ContainerStopped- 停止运行容器数量
-
getImageCnt
public Long getImageCnt()
Get 本地镜像数量- Returns:
- ImageCnt 本地镜像数量
-
setImageCnt
public void setImageCnt(Long ImageCnt)
Set 本地镜像数量- Parameters:
ImageCnt- 本地镜像数量
-
getHostCnt
public Long getHostCnt()
Get 主机节点数量- Returns:
- HostCnt 主机节点数量
-
setHostCnt
public void setHostCnt(Long HostCnt)
Set 主机节点数量- Parameters:
HostCnt- 主机节点数量
-
getHostRunningCnt
public Long getHostRunningCnt()
Get 主机正在运行节点数量- Returns:
- HostRunningCnt 主机正在运行节点数量
-
setHostRunningCnt
public void setHostRunningCnt(Long HostRunningCnt)
Set 主机正在运行节点数量- Parameters:
HostRunningCnt- 主机正在运行节点数量
-
getHostOfflineCnt
public Long getHostOfflineCnt()
Get 主机离线节点数量- Returns:
- HostOfflineCnt 主机离线节点数量
-
setHostOfflineCnt
public void setHostOfflineCnt(Long HostOfflineCnt)
Set 主机离线节点数量- Parameters:
HostOfflineCnt- 主机离线节点数量
-
getImageRegistryCnt
public Long getImageRegistryCnt()
Get 镜像仓库数量- Returns:
- ImageRegistryCnt 镜像仓库数量
-
setImageRegistryCnt
public void setImageRegistryCnt(Long ImageRegistryCnt)
Set 镜像仓库数量- Parameters:
ImageRegistryCnt- 镜像仓库数量
-
getImageTotalCnt
public Long getImageTotalCnt()
Get 镜像总数- Returns:
- ImageTotalCnt 镜像总数
-
setImageTotalCnt
public void setImageTotalCnt(Long ImageTotalCnt)
Set 镜像总数- Parameters:
ImageTotalCnt- 镜像总数
-
getHostUnInstallCnt
public Long getHostUnInstallCnt()
Get 主机未安装agent数量- Returns:
- HostUnInstallCnt 主机未安装agent数量
-
setHostUnInstallCnt
public void setHostUnInstallCnt(Long HostUnInstallCnt)
Set 主机未安装agent数量- Parameters:
HostUnInstallCnt- 主机未安装agent数量
-
getHostSuperNodeCnt
public Long getHostSuperNodeCnt()
Get 超级节点个数- Returns:
- HostSuperNodeCnt 超级节点个数
-
setHostSuperNodeCnt
public void setHostSuperNodeCnt(Long HostSuperNodeCnt)
Set 超级节点个数- Parameters:
HostSuperNodeCnt- 超级节点个数
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-