public class DescribePodInstancesRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribePodInstancesRequest() | 
| DescribePodInstancesRequest(DescribePodInstancesRequest 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDeployVersion()Get 新老版本pod批次标识,old表示老版本,new表示新版本。 | 
| String | getGroupId()Get 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。 | 
| Long | getLimit()Get 分页个数,默认为20, 取值应为1~50 | 
| Long | getOffset()Get 偏移量,取值从0开始 | 
| String[] | getPodNameList()Get 用于通过PodName字段过滤返回结果。 | 
| String | getTaskId()Get 实例所属任务ID,登录控制台进行查看。 | 
| void | setDeployVersion(String DeployVersion)Set 新老版本pod批次标识,old表示老版本,new表示新版本。 | 
| void | setGroupId(String GroupId)Set 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。 | 
| void | setLimit(Long Limit)Set 分页个数,默认为20, 取值应为1~50 | 
| void | setOffset(Long Offset)Set 偏移量,取值从0开始 | 
| void | setPodNameList(String[] PodNameList)Set 用于通过PodName字段过滤返回结果。 | 
| void | setTaskId(String TaskId)Set 实例所属任务ID,登录控制台进行查看。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribePodInstancesRequest()
public DescribePodInstancesRequest(DescribePodInstancesRequest source)
public String getGroupId()
public void setGroupId(String GroupId)
GroupId - 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。public Long getOffset()
public void setOffset(Long Offset)
Offset - 偏移量,取值从0开始public Long getLimit()
public void setLimit(Long Limit)
Limit - 分页个数,默认为20, 取值应为1~50public String[] getPodNameList()
public void setPodNameList(String[] PodNameList)
PodNameList - 用于通过PodName字段过滤返回结果。public String getDeployVersion()
public void setDeployVersion(String DeployVersion)
DeployVersion - 新老版本pod批次标识,old表示老版本,new表示新版本。public String getTaskId()
public void setTaskId(String TaskId)
TaskId - 实例所属任务ID,登录控制台进行查看。Copyright © 2025. All rights reserved.