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节点维度
|
Long |
getConfigType()
Get 0 公有云查询;1青鹅查询,青鹅查询显示所有需要展示的
|
String |
getFileName()
Get 模糊搜索关键字文件
|
String |
getInstanceId()
Get 集群实例ID
|
String |
getIPAddress()
Get eth0的ip地址
|
void |
setClusterConfigType(Long ClusterConfigType)
Set 0集群维度 1节点维度
|
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, toJsonString
public 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节点维度public String getIPAddress()
public void setIPAddress(String IPAddress)
IPAddress
- eth0的ip地址Copyright © 2024. All rights reserved.