|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--gov.nist.antd.ospf_te.Interface
|
+--gov.nist.antd.ospf_te.TEInterface
An OSPF interface. ------ Traffic Engineering Extensions
| Field Summary | |
int |
color
Field color - XXX |
int |
distance
Field distance - XXX |
double |
error_rate
Field error_rate - XXX |
int |
InIntfId
Field InIntfId - XXX |
double |
max_bw
Field max_bw - XXX |
MPLSInterfaceInfo |
mplsinfo
Field mplsinfo - XXX |
int |
mux_cap
Field mux_cap - XXX |
int |
OutIntfId
Field OutIntfId - XXX |
java.util.Vector |
path_info
Field path_info - XXX |
int |
TEmetric
Field TEmetric - XXX |
double |
unreserved_bw
Field unreserved_bw - XXX |
| Fields inherited from class gov.nist.antd.ospf_te.Interface |
area_num, as_nh, cost, id, ipaddr, ipmask, p2paddr, peer, peer_area_num, peer_as_nh, peer_nh, rtrnh, state, typ |
| Constructor Summary | |
TEInterface(int t,
int ipa,
int p2pa,
byte mask,
int st,
java.lang.String nh,
java.lang.String asnh,
int areano,
java.lang.String peer_asnh,
int peer_areano,
java.lang.String peernh,
MPLSInterfaceInfo info)
Constructor TEInterface |
|
| Method Summary | |
double |
get_te_metric(int index)
Method get_te_metric XXX |
void |
update_attribute(MPLSInterfaceInfo info)
Method update_attribute XXX |
| Methods inherited from class gov.nist.antd.ospf_te.Interface |
toMinString, toMinString, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public int OutIntfId
public int InIntfId
public int TEmetric
public double unreserved_bw
public int color
public int mux_cap
public java.util.Vector path_info
public double max_bw
public int distance
public double error_rate
public MPLSInterfaceInfo mplsinfo
| Constructor Detail |
public TEInterface(int t,
int ipa,
int p2pa,
byte mask,
int st,
java.lang.String nh,
java.lang.String asnh,
int areano,
java.lang.String peer_asnh,
int peer_areano,
java.lang.String peernh,
MPLSInterfaceInfo info)
t - - XXXipa - - XXXp2pa - - XXXmask - - XXXst - - XXXnh - - XXXasnh - - XXXareano - - XXXpeer_asnh - - XXXpeer_areano - - XXXpeernh - - XXXinfo - - XXX| Method Detail |
public void update_attribute(MPLSInterfaceInfo info)
info - - XXXpublic double get_te_metric(int index)
index - - XXX
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||