Uses of Class
org.openstack4j.model.octavia.ListenerProtocol
-
Packages that use ListenerProtocol Package Description org.openstack4j.model.octavia org.openstack4j.model.octavia.builder org.openstack4j.openstack.octavia.domain -
-
Uses of ListenerProtocol in org.openstack4j.model.octavia
Methods in org.openstack4j.model.octavia 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.octavia.builder
Methods in org.openstack4j.model.octavia.builder with parameters of type ListenerProtocol Modifier and Type Method Description ListenerV2BuilderListenerV2Builder. protocol(ListenerProtocol protocol) -
Uses of ListenerProtocol in org.openstack4j.openstack.octavia.domain
Methods in org.openstack4j.openstack.octavia.domain that return ListenerProtocol Modifier and Type Method Description ListenerProtocolOctaviaListenerV2. getProtocol()Methods in org.openstack4j.openstack.octavia.domain with parameters of type ListenerProtocol Modifier and Type Method Description ListenerV2BuilderOctaviaListenerV2.ListenerConcreteBuilder. protocol(ListenerProtocol protocol)
-