Uses of Class
org.opendaylight.netvirt.natservice.api.SnatServiceManager.Action
-
Packages that use SnatServiceManager.Action Package Description org.opendaylight.netvirt.natservice.api org.opendaylight.netvirt.natservice.internal -
-
Uses of SnatServiceManager.Action in org.opendaylight.netvirt.natservice.api
Methods in org.opendaylight.netvirt.natservice.api that return SnatServiceManager.Action Modifier and Type Method Description static SnatServiceManager.Action
SnatServiceManager.Action. valueOf(java.lang.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.Methods in org.opendaylight.netvirt.natservice.api with parameters of type SnatServiceManager.Action Modifier and Type Method Description void
SnatServiceManager. notify(org.opendaylight.genius.infra.TypedReadWriteTransaction<org.opendaylight.genius.infra.Datastore.Configuration> confTx, Routers router, @Nullable Routers oldRouter, org.opendaylight.yangtools.yang.common.Uint64 primarySwitchId, @Nullable org.opendaylight.yangtools.yang.common.Uint64 dpnId, SnatServiceManager.Action action)
-
Uses of SnatServiceManager.Action in org.opendaylight.netvirt.natservice.internal
Methods in org.opendaylight.netvirt.natservice.internal with parameters of type SnatServiceManager.Action Modifier and Type Method Description void
SnatServiceManagerImpl. notify(org.opendaylight.genius.infra.TypedReadWriteTransaction<org.opendaylight.genius.infra.Datastore.Configuration> confTx, Routers router, Routers oldRouter, org.opendaylight.yangtools.yang.common.Uint64 primarySwitchId, org.opendaylight.yangtools.yang.common.Uint64 dpnId, SnatServiceManager.Action action)
-