public class CcnRouteTableInputPolicy extends AbstractModel
header, skipSign
Constructor and Description |
---|
CcnRouteTableInputPolicy() |
CcnRouteTableInputPolicy(CcnRouteTableInputPolicy 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 |
---|---|
String |
getAction()
Get 路由行为,`accept` 允许,`drop` 拒绝。
|
String |
getAsPathOperateMode()
Get as-path操作模式
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDescription()
Get 策略描述。
|
String |
getOperateAsPath()
Get as-path操作
注意:此字段可能返回 null,表示取不到有效值。
|
CcnRouteBroadcastPolicyRouteCondition[] |
getRouteConditions()
Get 路由条件。
|
void |
setAction(String Action)
Set 路由行为,`accept` 允许,`drop` 拒绝。
|
void |
setAsPathOperateMode(String AsPathOperateMode)
Set as-path操作模式
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDescription(String Description)
Set 策略描述。
|
void |
setOperateAsPath(String OperateAsPath)
Set as-path操作
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRouteConditions(CcnRouteBroadcastPolicyRouteCondition[] RouteConditions)
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, toJsonString
public CcnRouteTableInputPolicy()
public CcnRouteTableInputPolicy(CcnRouteTableInputPolicy source)
public CcnRouteBroadcastPolicyRouteCondition[] getRouteConditions()
public void setRouteConditions(CcnRouteBroadcastPolicyRouteCondition[] RouteConditions)
RouteConditions
- 路由条件。public String getAction()
public void setAction(String Action)
Action
- 路由行为,`accept` 允许,`drop` 拒绝。public String getDescription()
public void setDescription(String Description)
Description
- 策略描述。public String getOperateAsPath()
public void setOperateAsPath(String OperateAsPath)
OperateAsPath
- as-path操作
注意:此字段可能返回 null,表示取不到有效值。public String getAsPathOperateMode()
public void setAsPathOperateMode(String AsPathOperateMode)
AsPathOperateMode
- as-path操作模式
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.