public class DescribeHighPriorityRouteTablesRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeHighPriorityRouteTablesRequest() | 
| DescribeHighPriorityRouteTablesRequest(DescribeHighPriorityRouteTablesRequest 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 | 
|---|---|
| Filter[] | getFilters()Get 过滤条件,参数不支持同时指定HighPriorityRouteTableIds和Filters。
high-priority-route-table-id - String - (过滤条件)高优路由表实例ID。
name - String - (过滤条件)高优路由表名称。
vpc-id - String - (过滤条件)VPC实例ID,形如:vpc-f49l6u0z。
tag-key - String -是否必填:否 - (过滤条件)按照标签键进行过滤。
next-hop-type - String - 是否必填:否 - (过滤条件)按下一跳类型进行过滤。使用next-hop-type进行过滤时,必须同时携带route-table-id与vpc-id。
目前我们支持的类型有:
HAVIP:高可用虚拟IP;
NORMAL_CVM:普通云服务器;
 | 
| String[] | getHighPriorityRouteTableIds()Get 高优路由表实例ID,例如:hprtb-18mot1fm。 | 
| String | getLimit()Get 返回数量,默认为20,最大值为100。 | 
| Boolean | getNeedRouterInfo()Get 是否需要获取路由策略信息,默认获取,当控制台不需要拉取路由策略信息时,改为False。 | 
| String | getOffset()Get 偏移量。 | 
| void | setFilters(Filter[] Filters)Set 过滤条件,参数不支持同时指定HighPriorityRouteTableIds和Filters。
high-priority-route-table-id - String - (过滤条件)高优路由表实例ID。
name - String - (过滤条件)高优路由表名称。
vpc-id - String - (过滤条件)VPC实例ID,形如:vpc-f49l6u0z。
tag-key - String -是否必填:否 - (过滤条件)按照标签键进行过滤。
next-hop-type - String - 是否必填:否 - (过滤条件)按下一跳类型进行过滤。使用next-hop-type进行过滤时,必须同时携带route-table-id与vpc-id。
目前我们支持的类型有:
HAVIP:高可用虚拟IP;
NORMAL_CVM:普通云服务器;
 | 
| void | setHighPriorityRouteTableIds(String[] HighPriorityRouteTableIds)Set 高优路由表实例ID,例如:hprtb-18mot1fm。 | 
| void | setLimit(String Limit)Set 返回数量,默认为20,最大值为100。 | 
| void | setNeedRouterInfo(Boolean NeedRouterInfo)Set 是否需要获取路由策略信息,默认获取,当控制台不需要拉取路由策略信息时,改为False。 | 
| void | setOffset(String Offset)Set 偏移量。 | 
| 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 DescribeHighPriorityRouteTablesRequest()
public DescribeHighPriorityRouteTablesRequest(DescribeHighPriorityRouteTablesRequest source)
public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - 过滤条件,参数不支持同时指定HighPriorityRouteTableIds和Filters。
public String[] getHighPriorityRouteTableIds()
public void setHighPriorityRouteTableIds(String[] HighPriorityRouteTableIds)
HighPriorityRouteTableIds - 高优路由表实例ID,例如:hprtb-18mot1fm。public String getOffset()
public void setOffset(String Offset)
Offset - 偏移量。public String getLimit()
public void setLimit(String Limit)
Limit - 返回数量,默认为20,最大值为100。public Boolean getNeedRouterInfo()
public void setNeedRouterInfo(Boolean NeedRouterInfo)
NeedRouterInfo - 是否需要获取路由策略信息,默认获取,当控制台不需要拉取路由策略信息时,改为False。Copyright © 2025. All rights reserved.