public class DescribeSimpleGroupsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeSimpleGroupsRequest() |
DescribeSimpleGroupsRequest(DescribeSimpleGroupsRequest 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 |
getApplicationId()
Get 按照【应用ID】进行过滤,不填写时查询全量。可通过调用[DescribeApplications](https://cloud.tencent.com/document/product/649/36090)查询已创建的应用列表或登录[控制台](https://console.cloud.tencent.com/tsf/app?rid=1)进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/product/649/36094)创建新的应用。
|
String |
getAppMicroServiceType()
Get 部署组类型,精确过滤字段,M:service mesh, P:原生应用, G:网关应用
|
String |
getClusterId()
Get 按照【集群ID】进行过滤,不填写时查询全量。可通过调用[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已创建的集群列表或登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=docker)进行查看;也可以调用[CreateCluster](https://cloud.tencent.com/document/product/649/36049)创建新的集群。
|
String |
getGroupId()
Get 部署组ID,不填写时查询全量
|
String[] |
getGroupIdList()
Get 按照【部署组ID】进行过滤,不填写时查询全量。可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/product/649/36068)查询已创建的部署组列表或登录[控制台](https://console.cloud.tencent.com/tsf/app-detail?rid=1&id=application-zvw6zp9a&tab=publish&subTab=group)进行查看;也可以调用[CreateGroup](https://cloud.tencent.com/document/product/649/36074)创建新的部署组。
|
Long |
getLimit()
Get 每页条数,默认值20,无上限
|
String |
getNamespaceId()
Get 按照【命名空间ID】进行过滤,不填写时查询全量。可通过调用[DescribeSimpleNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已创建的命名空间列表或登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=namespace)进行查看;也可以调用[CreateNamespace](https://cloud.tencent.com/document/product/649/36098)创建新的命名空间。
|
Long |
getOffset()
Get 起始偏移量,默认值0
|
String |
getSearchWord()
Get 模糊查询,部署组名称,不填写时查询全量
|
void |
setApplicationId(String ApplicationId)
Set 按照【应用ID】进行过滤,不填写时查询全量。可通过调用[DescribeApplications](https://cloud.tencent.com/document/product/649/36090)查询已创建的应用列表或登录[控制台](https://console.cloud.tencent.com/tsf/app?rid=1)进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/product/649/36094)创建新的应用。
|
void |
setAppMicroServiceType(String AppMicroServiceType)
Set 部署组类型,精确过滤字段,M:service mesh, P:原生应用, G:网关应用
|
void |
setClusterId(String ClusterId)
Set 按照【集群ID】进行过滤,不填写时查询全量。可通过调用[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已创建的集群列表或登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=docker)进行查看;也可以调用[CreateCluster](https://cloud.tencent.com/document/product/649/36049)创建新的集群。
|
void |
setGroupId(String GroupId)
Set 部署组ID,不填写时查询全量
|
void |
setGroupIdList(String[] GroupIdList)
Set 按照【部署组ID】进行过滤,不填写时查询全量。可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/product/649/36068)查询已创建的部署组列表或登录[控制台](https://console.cloud.tencent.com/tsf/app-detail?rid=1&id=application-zvw6zp9a&tab=publish&subTab=group)进行查看;也可以调用[CreateGroup](https://cloud.tencent.com/document/product/649/36074)创建新的部署组。
|
void |
setLimit(Long Limit)
Set 每页条数,默认值20,无上限
|
void |
setNamespaceId(String NamespaceId)
Set 按照【命名空间ID】进行过滤,不填写时查询全量。可通过调用[DescribeSimpleNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已创建的命名空间列表或登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=namespace)进行查看;也可以调用[CreateNamespace](https://cloud.tencent.com/document/product/649/36098)创建新的命名空间。
|
void |
setOffset(Long Offset)
Set 起始偏移量,默认值0
|
void |
setSearchWord(String SearchWord)
Set 模糊查询,部署组名称,不填写时查询全量
|
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, toJsonString
public DescribeSimpleGroupsRequest()
public DescribeSimpleGroupsRequest(DescribeSimpleGroupsRequest source)
public String[] getGroupIdList()
public void setGroupIdList(String[] GroupIdList)
GroupIdList
- 按照【部署组ID】进行过滤,不填写时查询全量。可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/product/649/36068)查询已创建的部署组列表或登录[控制台](https://console.cloud.tencent.com/tsf/app-detail?rid=1&id=application-zvw6zp9a&tab=publish&subTab=group)进行查看;也可以调用[CreateGroup](https://cloud.tencent.com/document/product/649/36074)创建新的部署组。public String getApplicationId()
public void setApplicationId(String ApplicationId)
ApplicationId
- 按照【应用ID】进行过滤,不填写时查询全量。可通过调用[DescribeApplications](https://cloud.tencent.com/document/product/649/36090)查询已创建的应用列表或登录[控制台](https://console.cloud.tencent.com/tsf/app?rid=1)进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/product/649/36094)创建新的应用。public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 按照【集群ID】进行过滤,不填写时查询全量。可通过调用[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已创建的集群列表或登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=docker)进行查看;也可以调用[CreateCluster](https://cloud.tencent.com/document/product/649/36049)创建新的集群。public String getNamespaceId()
public void setNamespaceId(String NamespaceId)
NamespaceId
- 按照【命名空间ID】进行过滤,不填写时查询全量。可通过调用[DescribeSimpleNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已创建的命名空间列表或登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=namespace)进行查看;也可以调用[CreateNamespace](https://cloud.tencent.com/document/product/649/36098)创建新的命名空间。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 每页条数,默认值20,无上限public Long getOffset()
public void setOffset(Long Offset)
Offset
- 起始偏移量,默认值0public String getGroupId()
public void setGroupId(String GroupId)
GroupId
- 部署组ID,不填写时查询全量public String getSearchWord()
public void setSearchWord(String SearchWord)
SearchWord
- 模糊查询,部署组名称,不填写时查询全量public String getAppMicroServiceType()
public void setAppMicroServiceType(String AppMicroServiceType)
AppMicroServiceType
- 部署组类型,精确过滤字段,M:service mesh, P:原生应用, G:网关应用Copyright © 2025. All rights reserved.