public class DisableRoutesRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DisableRoutesRequest() |
DisableRoutesRequest(DisableRoutesRequest 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[] |
getRouteIds()
Get Routing policy ID.
|
String[] |
getRouteItemIds()
Get Unique routing policy ID.
|
String |
getRouteTableId()
Get Unique route table ID.
|
void |
setRouteIds(Long[] RouteIds)
Set Routing policy ID.
|
void |
setRouteItemIds(String[] RouteItemIds)
Set Unique routing policy ID.
|
void |
setRouteTableId(String RouteTableId)
Set Unique route table ID.
|
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 DisableRoutesRequest()
public DisableRoutesRequest(DisableRoutesRequest source)
public String getRouteTableId()
public void setRouteTableId(String RouteTableId)
RouteTableId
- Unique route table ID.public Long[] getRouteIds()
public void setRouteIds(Long[] RouteIds)
RouteIds
- Routing policy ID. This parameter cannot be used simultaneously with RouteItemIds, but at least one of them should be entered. The value of this parameter can be obtained by querying the route list ([DescribeRouteTables](https://intl.cloud.tencent.com/document/product/215/15763?from_cn_redirect=1)).public String[] getRouteItemIds()
public void setRouteItemIds(String[] RouteItemIds)
RouteItemIds
- Unique routing policy ID. This parameter cannot be used simultaneously with RouteIds, but at least one of them should be entered. The value of this parameter can be obtained by querying the route list ([DescribeRouteTables](https://intl.cloud.tencent.com/document/product/215/15763?from_cn_redirect=1)).Copyright © 2025. All rights reserved.