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 |
---|---|
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 |
NeutronLbPoolV2
Lbaas V2 load balancer pool
|
Modifier and Type | Method and Description |
---|---|
LbPoolV2 |
NeutronLbPoolV2.LbPoolV2ConcreteBuilder.build() |
Modifier and Type | Method and Description |
---|---|
LbPoolV2Builder |
NeutronLbPoolV2.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 © 2017. All rights reserved.