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 List of conflicting routing policies
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getDestinationCidrBlock()
Get The conflicting destination ports to be checked
|
String |
getRouteTableId()
Get Route table instance ID
|
void |
setConflictSet(Route[] ConflictSet)
Set List of conflicting routing policies
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setDestinationCidrBlock(String DestinationCidrBlock)
Set The conflicting destination ports to be checked
|
void |
setRouteTableId(String RouteTableId)
Set Route table instance 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
- Route table instance IDpublic String getDestinationCidrBlock()
public void setDestinationCidrBlock(String DestinationCidrBlock)
DestinationCidrBlock
- The conflicting destination ports to be checkedpublic Route[] getConflictSet()
public void setConflictSet(Route[] ConflictSet)
ConflictSet
- List of conflicting routing policies
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.