public class DescribeClusterConfigsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeClusterConfigsRequest() | 
| DescribeClusterConfigsRequest(DescribeClusterConfigsRequest 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 | 
|---|---|
| Long | getClusterConfigType()Get 0集群维度 1节点维度 2启动脚本 3计算组维度 | 
| String | getComputeGroupId()Get 计算组id | 
| Long | getConfigType()Get  0 公有云查询;1青鹅查询,青鹅查询显示所有需要展示的 | 
| String | getFileName()Get 模糊搜索关键字文件 | 
| String | getInstanceId()Get 集群实例ID | 
| String | getIPAddress()Get eth0的ip地址 | 
| void | setClusterConfigType(Long ClusterConfigType)Set 0集群维度 1节点维度 2启动脚本 3计算组维度 | 
| void | setComputeGroupId(String ComputeGroupId)Set 计算组id | 
| void | setConfigType(Long ConfigType)Set  0 公有云查询;1青鹅查询,青鹅查询显示所有需要展示的 | 
| void | setFileName(String FileName)Set 模糊搜索关键字文件 | 
| void | setInstanceId(String InstanceId)Set 集群实例ID | 
| void | setIPAddress(String IPAddress)Set eth0的ip地址 | 
| 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 DescribeClusterConfigsRequest()
public DescribeClusterConfigsRequest(DescribeClusterConfigsRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - 集群实例IDpublic Long getConfigType()
public void setConfigType(Long ConfigType)
ConfigType - 0 公有云查询;1青鹅查询,青鹅查询显示所有需要展示的public String getFileName()
public void setFileName(String FileName)
FileName - 模糊搜索关键字文件public Long getClusterConfigType()
public void setClusterConfigType(Long ClusterConfigType)
ClusterConfigType - 0集群维度 1节点维度 2启动脚本 3计算组维度public String getIPAddress()
public void setIPAddress(String IPAddress)
IPAddress - eth0的ip地址public String getComputeGroupId()
public void setComputeGroupId(String ComputeGroupId)
ComputeGroupId - 计算组idCopyright © 2025. All rights reserved.