public class DescribeInstancesRequest extends AbstractModel
| Constructor and Description | 
|---|
| DescribeInstancesRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| String[] | getInstanceIds()Get List of cluster instance IDs | 
| String[] | getInstanceNames()Get List of cluster instance names | 
| String[] | getIpList()Get VPC VIP list | 
| Long | getLimit()Get Number of entries per page. | 
| Long | getOffset()Get Pagination start value. | 
| Long | getOrderByKey()Get Sort by field 1: instance ID 2: instance name 3: AZ 4: creation time If `orderKey` is not passed in, sort by creation time in descending order | 
| Long | getOrderByType()Get Sorting order 0: ascending 1: descending If orderByKey is passed in but orderByType is not, ascending order is used by default | 
| TagInfo[] | getTagList()Get Node tag information list | 
| String | getZone()Get AZ of the cluster instance. | 
| void | setInstanceIds(String[] InstanceIds)Set List of cluster instance IDs | 
| void | setInstanceNames(String[] InstanceNames)Set List of cluster instance names | 
| void | setIpList(String[] IpList)Set VPC VIP list | 
| void | setLimit(Long Limit)Set Number of entries per page. | 
| void | setOffset(Long Offset)Set Pagination start value. | 
| void | setOrderByKey(Long OrderByKey)Set Sort by field 1: instance ID 2: instance name 3: AZ 4: creation time If `orderKey` is not passed in, sort by creation time in descending order | 
| void | setOrderByType(Long OrderByType)Set Sorting order 0: ascending 1: descending If orderByKey is passed in but orderByType is not, ascending order is used by default | 
| void | setTagList(TagInfo[] TagList)Set Node tag information list | 
| void | setZone(String Zone)Set AZ of the cluster instance. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic String getZone()
public void setZone(String Zone)
Zone - AZ of the cluster instance. If this is not passed in, all AZs are used by defaultpublic String[] getInstanceIds()
public void setInstanceIds(String[] InstanceIds)
InstanceIds - List of cluster instance IDspublic String[] getInstanceNames()
public void setInstanceNames(String[] InstanceNames)
InstanceNames - List of cluster instance namespublic Long getOffset()
public void setOffset(Long Offset)
Offset - Pagination start value. Default value: 0public Long getLimit()
public void setLimit(Long Limit)
Limit - Number of entries per page. Default value: 20public Long getOrderByKey()
public void setOrderByKey(Long OrderByKey)
OrderByKey - Sort by field public Long getOrderByType()
public void setOrderByType(Long OrderByType)
OrderByType - Sorting order public TagInfo[] getTagList()
public void setTagList(TagInfo[] TagList)
TagList - Node tag information listpublic String[] getIpList()
public void setIpList(String[] IpList)
IpList - VPC VIP listCopyright © 2020. All rights reserved.