Package | Description |
---|---|
org.opendaylight.netvirt.natservice.api | |
org.opendaylight.netvirt.natservice.internal |
Modifier and Type | Method and Description |
---|---|
static SnatServiceManager.Action |
SnatServiceManager.Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SnatServiceManager.Action[] |
SnatServiceManager.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SnatServiceManager.notify(Routers router,
Routers oldRouter,
BigInteger primarySwitchId,
BigInteger dpnId,
SnatServiceManager.Action action) |
Modifier and Type | Method and Description |
---|---|
void |
SnatServiceManagerImpl.notify(Routers router,
Routers oldRouter,
BigInteger primarySwitchId,
BigInteger dpnId,
SnatServiceManager.Action action) |
Copyright © 2019 OpenDaylight. All rights reserved.