| Package | Description |
|---|---|
| org.openstack4j.api.octavia | |
| org.openstack4j.openstack.octavia.domain | |
| org.openstack4j.openstack.octavia.internal |
| Modifier and Type | Method and Description |
|---|---|
LbPoolV2 |
LbPoolV2Service.create(LbPoolV2 lbPool)
Create a lb Pool
|
LbPoolV2 |
LbPoolV2Service.get(String lbPoolId)
Get the specified lb pool by ID
|
LbPoolV2 |
LbPoolV2Service.update(String lbPoolId,
LbPoolV2Update lbPool)
Update a lb pool
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends LbPoolV2> |
LbPoolV2Service.list()
List all lb pools that the current tenant has access to
|
List<? extends LbPoolV2> |
LbPoolV2Service.list(Map<String,String> filteringParams)
Returns list of lb v2 pools filtered by parameters.
|
| Modifier and Type | Method and Description |
|---|---|
LbPoolV2 |
LbPoolV2Service.create(LbPoolV2 lbPool)
Create a lb Pool
|
| Modifier and Type | Class and Description |
|---|---|
class |
OctaviaLbPoolV2
Lbaas V2 load balancer pool
|
| Modifier and Type | Method and Description |
|---|---|
LbPoolV2 |
OctaviaLbPoolV2.LbPoolV2ConcreteBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
LbPoolV2Builder |
OctaviaLbPoolV2.LbPoolV2ConcreteBuilder.from(LbPoolV2 in) |
| Modifier and Type | Method and Description |
|---|---|
LbPoolV2 |
LbPoolV2ServiceImpl.create(LbPoolV2 lbPool)
Create a lb Pool
|
LbPoolV2 |
LbPoolV2ServiceImpl.get(String lbPoolId)
Get the specified lb pool by ID
|
LbPoolV2 |
LbPoolV2ServiceImpl.update(String lbPoolId,
LbPoolV2Update lbPool)
Update a lb pool
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends LbPoolV2> |
LbPoolV2ServiceImpl.list()
List all lb pools that the current tenant has access to
|
List<? extends LbPoolV2> |
LbPoolV2ServiceImpl.list(Map<String,String> filteringParams)
Returns list of lb v2 pools filtered by parameters.
|
| Modifier and Type | Method and Description |
|---|---|
LbPoolV2 |
LbPoolV2ServiceImpl.create(LbPoolV2 lbPool)
Create a lb Pool
|
Copyright © 2020. All rights reserved.