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 indicates cluster dimension and 1 node dimension
|
Long |
getConfigType()
Get 0 indicates public cloud query, and 1 Qinge query.
|
String |
getFileName()
Get Search for files with fuzzy keywords
|
String |
getInstanceId()
Get Cluster instance ID
|
String |
getIPAddress()
Get eth0's IP address
|
void |
setClusterConfigType(Long ClusterConfigType)
Set 0 indicates cluster dimension and 1 node dimension
|
void |
setConfigType(Long ConfigType)
Set 0 indicates public cloud query, and 1 Qinge query.
|
void |
setFileName(String FileName)
Set Search for files with fuzzy keywords
|
void |
setInstanceId(String InstanceId)
Set Cluster instance ID
|
void |
setIPAddress(String IPAddress)
Set eth0's IP address
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeClusterConfigsRequest()
public DescribeClusterConfigsRequest(DescribeClusterConfigsRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Cluster instance IDpublic Long getConfigType()
public void setConfigType(Long ConfigType)
ConfigType
- 0 indicates public cloud query, and 1 Qinge query. Qinge query shows all that needs to be displayed.public String getFileName()
public void setFileName(String FileName)
FileName
- Search for files with fuzzy keywordspublic Long getClusterConfigType()
public void setClusterConfigType(Long ClusterConfigType)
ClusterConfigType
- 0 indicates cluster dimension and 1 node dimensionpublic String getIPAddress()
public void setIPAddress(String IPAddress)
IPAddress
- eth0's IP addressCopyright © 2024. All rights reserved.