Uses of Interface
org.openstack4j.model.network.ext.ListenerV2Update
-
Packages that use ListenerV2Update Package Description org.openstack4j.api.networking.ext org.openstack4j.openstack.networking.domain.ext org.openstack4j.openstack.networking.internal.ext -
-
Uses of ListenerV2Update in org.openstack4j.api.networking.ext
Methods in org.openstack4j.api.networking.ext 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.networking.domain.ext
Classes in org.openstack4j.openstack.networking.domain.ext that implement ListenerV2Update Modifier and Type Class Description classNeutronListenerV2UpdateEntity for updating lbaas v2 listenerMethods in org.openstack4j.openstack.networking.domain.ext that return ListenerV2Update Modifier and Type Method Description ListenerV2UpdateNeutronListenerV2Update.ListenerV2UpdateConcreteBuilder. build()Creates and return the Model Entity MMethods in org.openstack4j.openstack.networking.domain.ext with parameters of type ListenerV2Update Modifier and Type Method Description ListenerV2UpdateBuilderNeutronListenerV2Update.ListenerV2UpdateConcreteBuilder. from(ListenerV2Update in)Creates a Builder using the param M as the default values -
Uses of ListenerV2Update in org.openstack4j.openstack.networking.internal.ext
Methods in org.openstack4j.openstack.networking.internal.ext with parameters of type ListenerV2Update Modifier and Type Method Description ListenerV2ListenerV2ServiceImpl. update(String listenerId, ListenerV2Update listener)
-