| 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 |
|---|---|
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 | Method and Description |
|---|---|
ListenerV2 |
NeutronListenerV2.ListenerConcreteBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
ListenerV2Builder |
NeutronListenerV2.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 © 2020. All rights reserved.