Uses of Interface
org.openstack4j.model.octavia.ListenerV2
-
Packages that use ListenerV2 Package Description org.openstack4j.api.octavia org.openstack4j.openstack.octavia.domain org.openstack4j.openstack.octavia.internal -
-
Uses of ListenerV2 in org.openstack4j.api.octavia
Methods in org.openstack4j.api.octavia that return ListenerV2 Modifier and Type Method Description ListenerV2ListenerV2Service. create(ListenerV2 listener)Create a listenerListenerV2ListenerV2Service. get(String listenerId)Get the specified listener by IDListenerV2ListenerV2Service. update(String listenerId, ListenerV2Update listener)Update a listenerMethods in org.openstack4j.api.octavia that return types with arguments of type ListenerV2 Modifier and Type Method Description List<? extends ListenerV2>ListenerV2Service. list()List all listeners that the current tenant has access toList<? extends ListenerV2>ListenerV2Service. list(Map<String,String> filteringParams)Returns list of listeners filtered by parameters.Methods in org.openstack4j.api.octavia with parameters of type ListenerV2 Modifier and Type Method Description ListenerV2ListenerV2Service. create(ListenerV2 listener)Create a listener -
Uses of ListenerV2 in org.openstack4j.openstack.octavia.domain
Classes in org.openstack4j.openstack.octavia.domain that implement ListenerV2 Modifier and Type Class Description classOctaviaListenerV2lbaas v2 listenerMethods in org.openstack4j.openstack.octavia.domain that return ListenerV2 Modifier and Type Method Description ListenerV2OctaviaListenerV2.ListenerConcreteBuilder. build()Methods in org.openstack4j.openstack.octavia.domain with parameters of type ListenerV2 Modifier and Type Method Description ListenerV2BuilderOctaviaListenerV2.ListenerConcreteBuilder. from(ListenerV2 in) -
Uses of ListenerV2 in org.openstack4j.openstack.octavia.internal
Methods in org.openstack4j.openstack.octavia.internal that return ListenerV2 Modifier and Type Method Description ListenerV2ListenerV2ServiceImpl. create(ListenerV2 listener)Create a listenerListenerV2ListenerV2ServiceImpl. get(String listenerId)Get the specified listener by IDListenerV2ListenerV2ServiceImpl. update(String listenerId, ListenerV2Update listener)Methods in org.openstack4j.openstack.octavia.internal that return types with arguments of type ListenerV2 Modifier and Type Method Description List<? extends ListenerV2>ListenerV2ServiceImpl. list()List all listeners that the current tenant has access toList<? extends ListenerV2>ListenerV2ServiceImpl. list(Map<String,String> filteringParams)Returns list of listeners filtered by parameters.Methods in org.openstack4j.openstack.octavia.internal with parameters of type ListenerV2 Modifier and Type Method Description ListenerV2ListenerV2ServiceImpl. create(ListenerV2 listener)Create a listener
-