Interface PortPairService

  • All Known Implementing Classes:
    PortPairServiceImpl

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

      • list

        List<? extends PortPair> list()
        Lists Port Pairs for port chains
        Returns:
        the list of Port Pairs
      • get

        PortPair get​(String portPairId)
        Get a Port Pair by id.
        Returns:
        PortPair
      • update

        PortPair update​(String portPairId,
                        PortPair portPair)
        Update a Port Pair with the given id to match the given update object
        Returns:
        PortPair
      • create

        PortPair create​(PortPair portPair)
        Create a Port Pair
        Returns:
        PortPair : object actually created
      • delete

        ActionResponse delete​(String portPairId)
        Delete a Port Pair
        Returns:
        the action response