Class RouteConflict
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ecm.v20190719.models.RouteConflict
-
public class RouteConflict extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Route[]getConflictSet()Get 冲突的路由策略列表 注意:此字段可能返回 null,表示取不到有效值。StringgetDestinationCidrBlock()Get 要检查的与之冲突的目的端StringgetRouteTableId()Get 路由表实例IDvoidsetConflictSet(Route[] ConflictSet)Set 冲突的路由策略列表 注意:此字段可能返回 null,表示取不到有效值。voidsetDestinationCidrBlock(String DestinationCidrBlock)Set 要检查的与之冲突的目的端voidsetRouteTableId(String RouteTableId)Set 路由表实例IDvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
RouteConflict
public RouteConflict()
-
RouteConflict
public 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.
-
-
Method Detail
-
getRouteTableId
public String getRouteTableId()
Get 路由表实例ID- Returns:
- RouteTableId 路由表实例ID
-
setRouteTableId
public void setRouteTableId(String RouteTableId)
Set 路由表实例ID- Parameters:
RouteTableId- 路由表实例ID
-
getDestinationCidrBlock
public String getDestinationCidrBlock()
Get 要检查的与之冲突的目的端- Returns:
- DestinationCidrBlock 要检查的与之冲突的目的端
-
setDestinationCidrBlock
public void setDestinationCidrBlock(String DestinationCidrBlock)
Set 要检查的与之冲突的目的端- Parameters:
DestinationCidrBlock- 要检查的与之冲突的目的端
-
getConflictSet
public Route[] getConflictSet()
Get 冲突的路由策略列表 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ConflictSet 冲突的路由策略列表 注意:此字段可能返回 null,表示取不到有效值。
-
setConflictSet
public void setConflictSet(Route[] ConflictSet)
Set 冲突的路由策略列表 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ConflictSet- 冲突的路由策略列表 注意:此字段可能返回 null,表示取不到有效值。
-
-