public class DescribeInstancesRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeInstancesRequest()  | 
DescribeInstancesRequest(DescribeInstancesRequest 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[] | 
getHealthStatus()
Get The health status filter. 
 | 
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 The sorting field. 
 | 
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[] | 
getVpcIds()
Get VPC IDs 
 | 
String | 
getZone()
Get AZ of the cluster instance. 
 | 
String[] | 
getZoneList()
Get List of availability zones 
 | 
void | 
setHealthStatus(Long[] HealthStatus)
Set The health status filter. 
 | 
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 The sorting field. 
 | 
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 | 
setVpcIds(String[] VpcIds)
Set VPC IDs 
 | 
void | 
setZone(String Zone)
Set AZ of the cluster instance. 
 | 
void | 
setZoneList(String[] ZoneList)
Set List of availability zones 
 | 
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 DescribeInstancesRequest()
public DescribeInstancesRequest(DescribeInstancesRequest source)
public 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 - The sorting 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 listpublic String[] getZoneList()
public void setZoneList(String[] ZoneList)
ZoneList - List of availability zonespublic Long[] getHealthStatus()
public void setHealthStatus(Long[] HealthStatus)
HealthStatus - The health status filter. Valid values: `0` (green), `1` (yellow), `2` (red), `-1` (unknown).public String[] getVpcIds()
public void setVpcIds(String[] VpcIds)
VpcIds - VPC IDsCopyright © 2025. All rights reserved.