| Package | Description |
|---|---|
| org.openstack4j.api.gbp | |
| org.openstack4j.openstack.gbp.domain | |
| org.openstack4j.openstack.gbp.internal |
| Modifier and Type | Method and Description |
|---|---|
NatPool |
NatPoolService.create(NatPool natpool)
Create a new nat pool
|
NatPool |
NatPoolService.get(String id)
Get the specified nat pool by ID
|
NatPool |
NatPoolService.update(String natpoolId,
NatPool natpool)
Updates an existing nat pool
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends NatPool> |
NatPoolService.list()
List all nat pool
|
List<? extends NatPool> |
NatPoolService.list(Map<String,String> filteringParams)
Returns list of nat pool filtered by parameters.
|
| Modifier and Type | Method and Description |
|---|---|
NatPool |
NatPoolService.create(NatPool natpool)
Create a new nat pool
|
NatPool |
NatPoolService.update(String natpoolId,
NatPool natpool)
Updates an existing nat pool
|
| Modifier and Type | Class and Description |
|---|---|
class |
GbpNatPool
Model implementation for nat pool
|
| Modifier and Type | Method and Description |
|---|---|
NatPool |
GbpNatPool.NatPoolConcreteBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
NatPoolBuilder |
GbpNatPool.NatPoolConcreteBuilder.from(NatPool in) |
| Modifier and Type | Method and Description |
|---|---|
NatPool |
NatPoolServiceImpl.create(NatPool natpool)
Create a new nat pool
|
NatPool |
NatPoolServiceImpl.get(String id)
Get the specified nat pool by ID
|
NatPool |
NatPoolServiceImpl.update(String natpoolId,
NatPool natpool)
Updates an existing nat pool
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends NatPool> |
NatPoolServiceImpl.list()
List all nat pool
|
List<? extends NatPool> |
NatPoolServiceImpl.list(Map<String,String> filteringParams)
Returns list of nat pool filtered by parameters.
|
| Modifier and Type | Method and Description |
|---|---|
NatPool |
NatPoolServiceImpl.create(NatPool natpool)
Create a new nat pool
|
NatPool |
NatPoolServiceImpl.update(String natpoolId,
NatPool natpool)
Updates an existing nat pool
|
Copyright © 2017. All rights reserved.