public class AssociateConfigWithGroupRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
AssociateConfigWithGroupRequest() |
AssociateConfigWithGroupRequest(AssociateConfigWithGroupRequest 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 |
getClusterId()
Get 集群ID
可通过[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已经创建的集群列表,也可以通过登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1)查看
|
String |
getConfigId()
Get 配置项ID
可通过调用[DescribeBusinessLogConfigs](https://cloud.tencent.com/document/product/649/75777)查询已创建的日志配置项列表或登录[控制台](https://console.cloud.tencent.com/tsf/observable/log?rid=1)进行查看
|
GroupInfo[] |
getGroups()
Get 部署组信息
|
String |
getNamespaceId()
Get 命名空间ID
可通过[DescribeSimpleNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已经创建的命名空间,也可以通过登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=namespace)查看
|
String |
getSearchWord()
Get 模糊搜索关键词
|
Long |
getSelectAll()
Get 是否选择全部投递,1 表示全部,0或不填表示非全部
|
void |
setClusterId(String ClusterId)
Set 集群ID
可通过[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已经创建的集群列表,也可以通过登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1)查看
|
void |
setConfigId(String ConfigId)
Set 配置项ID
可通过调用[DescribeBusinessLogConfigs](https://cloud.tencent.com/document/product/649/75777)查询已创建的日志配置项列表或登录[控制台](https://console.cloud.tencent.com/tsf/observable/log?rid=1)进行查看
|
void |
setGroups(GroupInfo[] Groups)
Set 部署组信息
|
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)查看
|
void |
setSearchWord(String SearchWord)
Set 模糊搜索关键词
|
void |
setSelectAll(Long SelectAll)
Set 是否选择全部投递,1 表示全部,0或不填表示非全部
|
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 AssociateConfigWithGroupRequest()
public AssociateConfigWithGroupRequest(AssociateConfigWithGroupRequest source)
public String getConfigId()
public void setConfigId(String ConfigId)
ConfigId
- 配置项ID
可通过调用[DescribeBusinessLogConfigs](https://cloud.tencent.com/document/product/649/75777)查询已创建的日志配置项列表或登录[控制台](https://console.cloud.tencent.com/tsf/observable/log?rid=1)进行查看public GroupInfo[] getGroups()
public void setGroups(GroupInfo[] Groups)
Groups
- 部署组信息public Long getSelectAll()
public void setSelectAll(Long SelectAll)
SelectAll
- 是否选择全部投递,1 表示全部,0或不填表示非全部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)查看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)查看public String getSearchWord()
public void setSearchWord(String SearchWord)
SearchWord
- 模糊搜索关键词Copyright © 2025. All rights reserved.