Uses of Interface
org.openstack4j.model.octavia.ListenerV2Update
-
Packages that use ListenerV2Update Package Description org.openstack4j.api.octavia org.openstack4j.openstack.octavia.domain org.openstack4j.openstack.octavia.internal -
-
Uses of ListenerV2Update in org.openstack4j.api.octavia
Methods in org.openstack4j.api.octavia with parameters of type ListenerV2Update Modifier and Type Method Description ListenerV2ListenerV2Service. update(String listenerId, ListenerV2Update listener)Update a listener -
Uses of ListenerV2Update in org.openstack4j.openstack.octavia.domain
Classes in org.openstack4j.openstack.octavia.domain that implement ListenerV2Update Modifier and Type Class Description classOctaviaListenerV2UpdateEntity for updating lbaas v2 listenerMethods in org.openstack4j.openstack.octavia.domain that return ListenerV2Update Modifier and Type Method Description ListenerV2UpdateOctaviaListenerV2Update.ListenerV2UpdateConcreteBuilder. build()Creates and return the Model Entity MMethods in org.openstack4j.openstack.octavia.domain with parameters of type ListenerV2Update Modifier and Type Method Description ListenerV2UpdateBuilderOctaviaListenerV2Update.ListenerV2UpdateConcreteBuilder. from(ListenerV2Update in)Creates a Builder using the param M as the default values -
Uses of ListenerV2Update in org.openstack4j.openstack.octavia.internal
Methods in org.openstack4j.openstack.octavia.internal with parameters of type ListenerV2Update Modifier and Type Method Description ListenerV2ListenerV2ServiceImpl. update(String listenerId, ListenerV2Update listener)
-