Package org.opendaylight.neutron.spi
Class NeutronVpnDeadPeerDetection
- java.lang.Object
-
- org.opendaylight.neutron.spi.NeutronVpnDeadPeerDetection
-
- All Implemented Interfaces:
Serializable
public final class NeutronVpnDeadPeerDetection extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NeutronVpnDeadPeerDetection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAction()
Integer
getInterval()
Integer
getTimeout()
void
setAction(String action)
void
setInterval(Integer interval)
void
setTimeout(Integer timeout)
-