public interface NetworkForwardingPathManagement
| Modifier and Type | Method and Description |
|---|---|
org.openbaton.catalogue.mano.descriptor.NetworkForwardingPath |
create()
This operation allows creating a Network Forwarding Path.
|
void |
delete()
This operation allows deleting a Network Forwarding Path.
|
void |
notifyInformation()
This operation allows providing information about a Network Forwarding Path rule.
|
org.openbaton.catalogue.mano.descriptor.NetworkForwardingPath |
query()
This operation allows querying information about a specified Network Forwarding Path instance.
|
org.openbaton.catalogue.mano.descriptor.NetworkForwardingPath |
update()
This operation allows updating the information associated with a Network Forwarding Path.
|
org.openbaton.catalogue.mano.descriptor.NetworkForwardingPath create()
org.openbaton.catalogue.mano.descriptor.NetworkForwardingPath update()
void delete()
org.openbaton.catalogue.mano.descriptor.NetworkForwardingPath query()
void notifyInformation()