public class EtChannelRouteRule extends Object
| Constructor and Description |
|---|
EtChannelRouteRule() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAsPaths() |
String |
getDescription() |
String |
getDestAddress() |
int |
getIpVersion() |
Integer |
getLocalPreference() |
Integer |
getMed() |
String |
getNexthopId() |
String |
getNexthopType() |
String |
getOrigin() |
String |
getRouteProto() |
String |
getRouteRuleId() |
void |
setAsPaths(String asPaths) |
void |
setDescription(String description) |
void |
setDestAddress(String destAddress) |
void |
setIpVersion(int ipVersion) |
void |
setLocalPreference(Integer localPreference) |
void |
setMed(Integer med) |
void |
setNexthopId(String nexthopId) |
void |
setNexthopType(String nexthopType) |
void |
setOrigin(String origin) |
void |
setRouteProto(String routeProto) |
void |
setRouteRuleId(String routeRuleId) |
public String getRouteRuleId()
public void setRouteRuleId(String routeRuleId)
public int getIpVersion()
public void setIpVersion(int ipVersion)
public String getDestAddress()
public void setDestAddress(String destAddress)
public String getNexthopType()
public void setNexthopType(String nexthopType)
public String getNexthopId()
public void setNexthopId(String nexthopId)
public String getDescription()
public void setDescription(String description)
public String getRouteProto()
public void setRouteProto(String routeProto)
public String getAsPaths()
public void setAsPaths(String asPaths)
public Integer getLocalPreference()
public void setLocalPreference(Integer localPreference)
public Integer getMed()
public void setMed(Integer med)
public String getOrigin()
public void setOrigin(String origin)
Copyright © 2024. All rights reserved.