public interface NatPoolService
Modifier and Type | Method and Description |
---|---|
NatPool |
create(NatPool natpool)
Create a new nat pool
|
ActionResponse |
delete(String id)
Delete of the nat pool
|
NatPool |
get(String id)
Get the specified nat pool by ID
|
List<? extends NatPool> |
list()
List all nat pool
|
List<? extends NatPool> |
list(Map<String,String> filteringParams)
Returns list of nat pool filtered by parameters.
|
NatPool |
update(String natpoolId,
NatPool natpool)
Updates an existing nat pool
|
List<? extends NatPool> list(Map<String,String> filteringParams)
filteringParams
- map (name, value) of filtering parametersNatPool get(String id)
id
- the nat pool idActionResponse delete(String id)
id
- the nat pool idNatPool create(NatPool natpool)
nat
- poolCopyright © 2017. All rights reserved.