public class RouteConflict extends AbstractModel
Constructor and Description |
---|
RouteConflict() |
RouteConflict(RouteConflict 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 |
---|---|
Route[] |
getConflictSet()
Get 冲突的路由策略列表
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDestinationCidrBlock()
Get 要检查的与之冲突的目的端
|
String |
getRouteTableId()
Get 路由表实例ID
|
void |
setConflictSet(Route[] ConflictSet)
Set 冲突的路由策略列表
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDestinationCidrBlock(String DestinationCidrBlock)
Set 要检查的与之冲突的目的端
|
void |
setRouteTableId(String RouteTableId)
Set 路由表实例ID
|
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, toJsonString
public RouteConflict()
public RouteConflict(RouteConflict source)
public String getRouteTableId()
public void setRouteTableId(String RouteTableId)
RouteTableId
- 路由表实例IDpublic String getDestinationCidrBlock()
public void setDestinationCidrBlock(String DestinationCidrBlock)
DestinationCidrBlock
- 要检查的与之冲突的目的端public Route[] getConflictSet()
public void setConflictSet(Route[] ConflictSet)
ConflictSet
- 冲突的路由策略列表
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.