| Package | Description |
|---|---|
| org.openstack4j.api.octavia | |
| org.openstack4j.openstack.octavia.domain | |
| org.openstack4j.openstack.octavia.internal |
| Modifier and Type | Method and Description |
|---|---|
ListenerV2 |
ListenerV2Service.create(ListenerV2 listener)
Create a listener
|
ListenerV2 |
ListenerV2Service.get(String listenerId)
Get the specified listener by ID
|
ListenerV2 |
ListenerV2Service.update(String listenerId,
ListenerV2Update listener)
Update a listener
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends ListenerV2> |
ListenerV2Service.list()
List all listeners that the current tenant has access to
|
List<? extends ListenerV2> |
ListenerV2Service.list(Map<String,String> filteringParams)
Returns list of listeners filtered by parameters.
|
| Modifier and Type | Method and Description |
|---|---|
ListenerV2 |
ListenerV2Service.create(ListenerV2 listener)
Create a listener
|
| Modifier and Type | Class and Description |
|---|---|
class |
OctaviaListenerV2
lbaas v2 listener
|
| Modifier and Type | Method and Description |
|---|---|
ListenerV2 |
OctaviaListenerV2.ListenerConcreteBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
ListenerV2Builder |
OctaviaListenerV2.ListenerConcreteBuilder.from(ListenerV2 in) |
| Modifier and Type | Method and Description |
|---|---|
ListenerV2 |
ListenerV2ServiceImpl.create(ListenerV2 listener)
Create a listener
|
ListenerV2 |
ListenerV2ServiceImpl.get(String listenerId)
Get the specified listener by ID
|
ListenerV2 |
ListenerV2ServiceImpl.update(String listenerId,
ListenerV2Update listener) |
| Modifier and Type | Method and Description |
|---|---|
List<? extends ListenerV2> |
ListenerV2ServiceImpl.list()
List all listeners that the current tenant has access to
|
List<? extends ListenerV2> |
ListenerV2ServiceImpl.list(Map<String,String> filteringParams)
Returns list of listeners filtered by parameters.
|
| Modifier and Type | Method and Description |
|---|---|
ListenerV2 |
ListenerV2ServiceImpl.create(ListenerV2 listener)
Create a listener
|
Copyright © 2019. All rights reserved.