Uses of Class
org.openstack4j.model.network.ext.ListenerProtocol
-
Packages that use ListenerProtocol Package Description org.openstack4j.model.network.ext org.openstack4j.model.network.ext.builder org.openstack4j.openstack.networking.domain.ext -
-
Uses of ListenerProtocol in org.openstack4j.model.network.ext
Methods in org.openstack4j.model.network.ext that return ListenerProtocol Modifier and Type Method Description static ListenerProtocolListenerProtocol. forValue(String value)ListenerProtocolListenerV2. getProtocol()static ListenerProtocolListenerProtocol. valueOf(String name)Returns the enum constant of this type with the specified name.static ListenerProtocol[]ListenerProtocol. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ListenerProtocol in org.openstack4j.model.network.ext.builder
Methods in org.openstack4j.model.network.ext.builder with parameters of type ListenerProtocol Modifier and Type Method Description ListenerV2BuilderListenerV2Builder. protocol(ListenerProtocol protocol) -
Uses of ListenerProtocol in org.openstack4j.openstack.networking.domain.ext
Methods in org.openstack4j.openstack.networking.domain.ext that return ListenerProtocol Modifier and Type Method Description ListenerProtocolNeutronListenerV2. getProtocol()Methods in org.openstack4j.openstack.networking.domain.ext with parameters of type ListenerProtocol Modifier and Type Method Description ListenerV2BuilderNeutronListenerV2.ListenerConcreteBuilder. protocol(ListenerProtocol protocol)
-