Uses of Interface
org.openstack4j.model.gbp.NatPool
-
Packages that use NatPool Package Description org.openstack4j.api.gbp org.openstack4j.openstack.gbp.domain org.openstack4j.openstack.gbp.internal -
-
Uses of NatPool in org.openstack4j.api.gbp
Methods in org.openstack4j.api.gbp that return NatPool Modifier and Type Method Description NatPoolNatPoolService. create(NatPool natpool)Create a new nat poolNatPoolNatPoolService. get(String id)Get the specified nat pool by IDNatPoolNatPoolService. update(String natpoolId, NatPool natpool)Updates an existing nat poolMethods in org.openstack4j.api.gbp that return types with arguments of type NatPool Modifier and Type Method Description List<? extends NatPool>NatPoolService. list()List all nat poolList<? extends NatPool>NatPoolService. list(Map<String,String> filteringParams)Returns list of nat pool filtered by parameters.Methods in org.openstack4j.api.gbp with parameters of type NatPool Modifier and Type Method Description NatPoolNatPoolService. create(NatPool natpool)Create a new nat poolNatPoolNatPoolService. update(String natpoolId, NatPool natpool)Updates an existing nat pool -
Uses of NatPool in org.openstack4j.openstack.gbp.domain
Classes in org.openstack4j.openstack.gbp.domain that implement NatPool Modifier and Type Class Description classGbpNatPoolModel implementation for nat poolMethods in org.openstack4j.openstack.gbp.domain that return NatPool Modifier and Type Method Description NatPoolGbpNatPool.NatPoolConcreteBuilder. build()Methods in org.openstack4j.openstack.gbp.domain with parameters of type NatPool Modifier and Type Method Description NatPoolBuilderGbpNatPool.NatPoolConcreteBuilder. from(NatPool in) -
Uses of NatPool in org.openstack4j.openstack.gbp.internal
Methods in org.openstack4j.openstack.gbp.internal that return NatPool Modifier and Type Method Description NatPoolNatPoolServiceImpl. create(NatPool natpool)Create a new nat poolNatPoolNatPoolServiceImpl. get(String id)Get the specified nat pool by IDNatPoolNatPoolServiceImpl. update(String natpoolId, NatPool natpool)Updates an existing nat poolMethods in org.openstack4j.openstack.gbp.internal that return types with arguments of type NatPool Modifier and Type Method Description List<? extends NatPool>NatPoolServiceImpl. list()List all nat poolList<? extends NatPool>NatPoolServiceImpl. list(Map<String,String> filteringParams)Returns list of nat pool filtered by parameters.Methods in org.openstack4j.openstack.gbp.internal with parameters of type NatPool Modifier and Type Method Description NatPoolNatPoolServiceImpl. create(NatPool natpool)Create a new nat poolNatPoolNatPoolServiceImpl. update(String natpoolId, NatPool natpool)Updates an existing nat pool
-