Uses of Enum Class
org.jclouds.openstack.neutron.v2.domain.lbaas.v1.Protocol
Packages that use Protocol
-
Uses of Protocol in org.jclouds.openstack.neutron.v2.domain.lbaas.v1
Methods in org.jclouds.openstack.neutron.v2.domain.lbaas.v1 that return ProtocolModifier and TypeMethodDescriptionstatic Protocol
Pool.getProtocol()
VIP.getProtocol()
static Protocol
Returns the enum constant of this class with the specified name.static Protocol[]
Protocol.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.openstack.neutron.v2.domain.lbaas.v1 with parameters of type ProtocolModifier and TypeMethodDescriptionstatic Pool.CreateBuilder
Pool.createBuilder
(String subnetId, Protocol protocol, String lbMethod) static VIP.CreateBuilder
VIP.createBuilder
(String subnetId, Protocol protocol, Integer port, String poolId) Provides the protocol for this Pool's Builder.Provides the protocol for this VIP's Builder.