Uses of Class
org.opendaylight.netvirt.bgpmanager.oam.BgpAlarmStatus
-
Packages that use BgpAlarmStatus Package Description org.opendaylight.netvirt.bgpmanager.oam -
-
Uses of BgpAlarmStatus in org.opendaylight.netvirt.bgpmanager.oam
Methods in org.opendaylight.netvirt.bgpmanager.oam that return BgpAlarmStatus Modifier and Type Method Description static BgpAlarmStatus
BgpAlarmStatus. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BgpAlarmStatus[]
BgpAlarmStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-