Package | Description |
---|---|
org.openstack4j.api.networking.ext | |
org.openstack4j.openstack.networking.domain.ext | |
org.openstack4j.openstack.networking.internal.ext |
Modifier and Type | Method and Description |
---|---|
LbPool |
LbPoolService.create(LbPool lbPool)
Create a lb Pool
|
LbPool |
LbPoolService.get(String lbPoolId)
Get the specified lb pool by ID
|
LbPool |
LbPoolService.update(String lbPoolId,
LbPoolUpdate lbPool)
Update a lb pool
|
Modifier and Type | Method and Description |
---|---|
List<? extends LbPool> |
LbPoolService.list()
List all lb pools that the current tenant has access to
|
List<? extends LbPool> |
LbPoolService.list(Map<String,String> filteringParams)
Returns list of lb pools filtered by parameters.
|
Modifier and Type | Method and Description |
---|---|
LbPool |
LbPoolService.create(LbPool lbPool)
Create a lb Pool
|
Modifier and Type | Class and Description |
---|---|
class |
NeutronLbPool
A pool of a load balancer
|
Modifier and Type | Method and Description |
---|---|
LbPool |
NeutronLbPool.LbPoolContreteBuilder.build() |
Modifier and Type | Method and Description |
---|---|
LbPoolBuilder |
NeutronLbPool.LbPoolContreteBuilder.from(LbPool in) |
Modifier and Type | Method and Description |
---|---|
LbPool |
LbPoolServiceImpl.create(LbPool lbPool)
Create a lb Pool
|
LbPool |
LbPoolServiceImpl.get(String lbPoolId)
Get the specified lb pool by ID
|
LbPool |
LbPoolServiceImpl.update(String lbPoolId,
LbPoolUpdate lbPool)
Update a lb pool
|
Modifier and Type | Method and Description |
---|---|
List<? extends LbPool> |
LbPoolServiceImpl.list()
List all lb pools that the current tenant has access to
|
List<? extends LbPool> |
LbPoolServiceImpl.list(Map<String,String> filteringParams)
Returns list of lb pools filtered by parameters.
|
Modifier and Type | Method and Description |
---|---|
LbPool |
LbPoolServiceImpl.create(LbPool lbPool)
Create a lb Pool
|
Copyright © 2017. All rights reserved.