Class NatPoolServiceImpl

    • Constructor Detail

      • NatPoolServiceImpl

        public NatPoolServiceImpl()
    • Method Detail

      • list

        public List<? extends NatPool> list​(Map<String,​String> filteringParams)
        Returns list of nat pool filtered by parameters.
        Specified by:
        list in interface NatPoolService
        Parameters:
        filteringParams - map (name, value) of filtering parameters
      • get

        public NatPool get​(String id)
        Get the specified nat pool by ID
        Specified by:
        get in interface NatPoolService
        Parameters:
        id - the nat pool id
        Returns:
        nat pool or null if not found