Uses of Class
org.jclouds.openstack.neutron.v2.domain.lbaas.v1.Protocol
-
Packages that use Protocol Package Description org.jclouds.openstack.neutron.v2.domain.lbaas.v1 -
-
Uses of Protocol in org.jclouds.openstack.neutron.v2.domain.lbaas.v1
Methods in org.jclouds.openstack.neutron.v2.domain.lbaas.v1 that return Protocol Modifier and Type Method Description static ProtocolProtocol. fromValue(String name)ProtocolPool. getProtocol()ProtocolVIP. getProtocol()static ProtocolProtocol. valueOf(String name)Returns the enum constant of this type with the specified name.static Protocol[]Protocol. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jclouds.openstack.neutron.v2.domain.lbaas.v1 with parameters of type Protocol Modifier and Type Method Description static Pool.CreateBuilderPool. createBuilder(String subnetId, Protocol protocol, String lbMethod)static VIP.CreateBuilderVIP. createBuilder(String subnetId, Protocol protocol, Integer port, String poolId)Pool.CreateBuilderPool.CreateBuilder. protocol(Protocol protocol)Provides the protocol for this Pool's Builder.VIP.CreateBuilderVIP.CreateBuilder. protocol(Protocol protocol)Provides the protocol for this VIP's Builder.
-