Interface PortPairGroupService

  • All Known Implementing Classes:
    PortPairGroupServiceImpl

    public interface PortPairGroupService
    Port Pair Group Service
    Author:
    Dmitry Gerenrot
    • Method Detail

      • list

        List<? extends PortPairGroup> list()
        Lists port pair groups for port chains
        Returns:
        the list of port pair groups
      • update

        PortPairGroup update​(String portPairGroupId,
                             PortPairGroup portPairGroup)
        Update a port pair group with the given id to match the given update object
        Returns:
        PortPairGroup
      • create

        PortPairGroup create​(PortPairGroup portPairGroup)
        Create a port pair group
        Returns:
        portPairGroup : object actually created
      • delete

        ActionResponse delete​(String portPairGroupId)
        Delete a port pair group
        Returns:
        the action response