Class DescribeAssetContainerListRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcss.v20201101.models.DescribeAssetContainerListRequest
-
public class DescribeAssetContainerListRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeAssetContainerListRequest()DescribeAssetContainerListRequest(DescribeAssetContainerListRequest 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 StringgetBy()Get 排序字段AssetFilters[]getFilters()Get 过滤条件。 ContainerName - String - 是否必填:否 - 容器名称模糊搜索 Status - String - 是否必填:否 - 容器运行状态筛选,0:"created",1:"running", 2:"paused", 3:"restarting", 4:"removing", 5:"exited", 6:"dead" Runas - String - 是否必填:否 - 运行用户筛选 ImageName- String - 是否必填:否 - 镜像名称搜索 HostIP- string - 是否必填:否 - 主机ip搜索 OrderBy - String 是否必填:否 -排序字段,支持:cpu_usage, mem_usage的动态排序 ["cpu_usage","+"] '+'升序、'-'降序 NetStatus - String -是否必填: 否 - 容器网络状态筛选 normal isolated isolating isolate_failed restoring restore_failed PodID - String -是否必填: 否 - PodID筛选 NodeUniqueID - String -是否必填: 否 - SuperNode筛选 PodUid - String -是否必填: 否 - Pod筛选 PodIP - String -是否必填: 否 - PodIP筛选 NodeType - String -是否必填: 否 - 节点类型筛选:NORMAL:普通节点;SUPER:超级节点LonggetLimit()Get 需要返回的数量,默认为10,最大值为100LonggetOffset()Get 偏移量,默认为0。StringgetOrder()Get 排序方式 asc,descvoidsetBy(String By)Set 排序字段voidsetFilters(AssetFilters[] Filters)Set 过滤条件。 ContainerName - String - 是否必填:否 - 容器名称模糊搜索 Status - String - 是否必填:否 - 容器运行状态筛选,0:"created",1:"running", 2:"paused", 3:"restarting", 4:"removing", 5:"exited", 6:"dead" Runas - String - 是否必填:否 - 运行用户筛选 ImageName- String - 是否必填:否 - 镜像名称搜索 HostIP- string - 是否必填:否 - 主机ip搜索 OrderBy - String 是否必填:否 -排序字段,支持:cpu_usage, mem_usage的动态排序 ["cpu_usage","+"] '+'升序、'-'降序 NetStatus - String -是否必填: 否 - 容器网络状态筛选 normal isolated isolating isolate_failed restoring restore_failed PodID - String -是否必填: 否 - PodID筛选 NodeUniqueID - String -是否必填: 否 - SuperNode筛选 PodUid - String -是否必填: 否 - Pod筛选 PodIP - String -是否必填: 否 - PodIP筛选 NodeType - String -是否必填: 否 - 节点类型筛选:NORMAL:普通节点;SUPER:超级节点voidsetLimit(Long Limit)Set 需要返回的数量,默认为10,最大值为100voidsetOffset(Long Offset)Set 偏移量,默认为0。voidsetOrder(String Order)Set 排序方式 asc,descvoidtoMap(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
-
DescribeAssetContainerListRequest
public DescribeAssetContainerListRequest()
-
DescribeAssetContainerListRequest
public DescribeAssetContainerListRequest(DescribeAssetContainerListRequest 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
-
getLimit
public Long getLimit()
Get 需要返回的数量,默认为10,最大值为100- Returns:
- Limit 需要返回的数量,默认为10,最大值为100
-
setLimit
public void setLimit(Long Limit)
Set 需要返回的数量,默认为10,最大值为100- Parameters:
Limit- 需要返回的数量,默认为10,最大值为100
-
getOffset
public Long getOffset()
Get 偏移量,默认为0。- Returns:
- Offset 偏移量,默认为0。
-
setOffset
public void setOffset(Long Offset)
Set 偏移量,默认为0。- Parameters:
Offset- 偏移量,默认为0。
-
getFilters
public AssetFilters[] getFilters()
Get 过滤条件。- ContainerName - String - 是否必填:否 - 容器名称模糊搜索
- Status - String - 是否必填:否 - 容器运行状态筛选,0:"created",1:"running", 2:"paused", 3:"restarting", 4:"removing", 5:"exited", 6:"dead"
- Runas - String - 是否必填:否 - 运行用户筛选
- ImageName- String - 是否必填:否 - 镜像名称搜索
- HostIP- string - 是否必填:否 - 主机ip搜索
- OrderBy - String 是否必填:否 -排序字段,支持:cpu_usage, mem_usage的动态排序 ["cpu_usage","+"] '+'升序、'-'降序
- NetStatus - String -是否必填: 否 - 容器网络状态筛选 normal isolated isolating isolate_failed restoring restore_failed
- PodID - String -是否必填: 否 - PodID筛选
- NodeUniqueID - String -是否必填: 否 - SuperNode筛选
- PodUid - String -是否必填: 否 - Pod筛选
- PodIP - String -是否必填: 否 - PodIP筛选
- NodeType - String -是否必填: 否 - 节点类型筛选:NORMAL:普通节点;SUPER:超级节点
- Returns:
- Filters 过滤条件。
- ContainerName - String - 是否必填:否 - 容器名称模糊搜索
- Status - String - 是否必填:否 - 容器运行状态筛选,0:"created",1:"running", 2:"paused", 3:"restarting", 4:"removing", 5:"exited", 6:"dead"
- Runas - String - 是否必填:否 - 运行用户筛选
- ImageName- String - 是否必填:否 - 镜像名称搜索
- HostIP- string - 是否必填:否 - 主机ip搜索
- OrderBy - String 是否必填:否 -排序字段,支持:cpu_usage, mem_usage的动态排序 ["cpu_usage","+"] '+'升序、'-'降序
- NetStatus - String -是否必填: 否 - 容器网络状态筛选 normal isolated isolating isolate_failed restoring restore_failed
- PodID - String -是否必填: 否 - PodID筛选
- NodeUniqueID - String -是否必填: 否 - SuperNode筛选
- PodUid - String -是否必填: 否 - Pod筛选
- PodIP - String -是否必填: 否 - PodIP筛选
- NodeType - String -是否必填: 否 - 节点类型筛选:NORMAL:普通节点;SUPER:超级节点
-
setFilters
public void setFilters(AssetFilters[] Filters)
Set 过滤条件。- ContainerName - String - 是否必填:否 - 容器名称模糊搜索
- Status - String - 是否必填:否 - 容器运行状态筛选,0:"created",1:"running", 2:"paused", 3:"restarting", 4:"removing", 5:"exited", 6:"dead"
- Runas - String - 是否必填:否 - 运行用户筛选
- ImageName- String - 是否必填:否 - 镜像名称搜索
- HostIP- string - 是否必填:否 - 主机ip搜索
- OrderBy - String 是否必填:否 -排序字段,支持:cpu_usage, mem_usage的动态排序 ["cpu_usage","+"] '+'升序、'-'降序
- NetStatus - String -是否必填: 否 - 容器网络状态筛选 normal isolated isolating isolate_failed restoring restore_failed
- PodID - String -是否必填: 否 - PodID筛选
- NodeUniqueID - String -是否必填: 否 - SuperNode筛选
- PodUid - String -是否必填: 否 - Pod筛选
- PodIP - String -是否必填: 否 - PodIP筛选
- NodeType - String -是否必填: 否 - 节点类型筛选:NORMAL:普通节点;SUPER:超级节点
- Parameters:
Filters- 过滤条件。- ContainerName - String - 是否必填:否 - 容器名称模糊搜索
- Status - String - 是否必填:否 - 容器运行状态筛选,0:"created",1:"running", 2:"paused", 3:"restarting", 4:"removing", 5:"exited", 6:"dead"
- Runas - String - 是否必填:否 - 运行用户筛选
- ImageName- String - 是否必填:否 - 镜像名称搜索
- HostIP- string - 是否必填:否 - 主机ip搜索
- OrderBy - String 是否必填:否 -排序字段,支持:cpu_usage, mem_usage的动态排序 ["cpu_usage","+"] '+'升序、'-'降序
- NetStatus - String -是否必填: 否 - 容器网络状态筛选 normal isolated isolating isolate_failed restoring restore_failed
- PodID - String -是否必填: 否 - PodID筛选
- NodeUniqueID - String -是否必填: 否 - SuperNode筛选
- PodUid - String -是否必填: 否 - Pod筛选
- PodIP - String -是否必填: 否 - PodIP筛选
- NodeType - String -是否必填: 否 - 节点类型筛选:NORMAL:普通节点;SUPER:超级节点
-
getBy
public String getBy()
Get 排序字段- Returns:
- By 排序字段
-
setBy
public void setBy(String By)
Set 排序字段- Parameters:
By- 排序字段
-
getOrder
public String getOrder()
Get 排序方式 asc,desc- Returns:
- Order 排序方式 asc,desc
-
setOrder
public void setOrder(String Order)
Set 排序方式 asc,desc- Parameters:
Order- 排序方式 asc,desc
-
-