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 Protocol
Protocol. fromValue(String name)
Protocol
Pool. getProtocol()
Protocol
VIP. getProtocol()
static Protocol
Protocol. 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.CreateBuilder
Pool. createBuilder(String subnetId, Protocol protocol, String lbMethod)
static VIP.CreateBuilder
VIP. createBuilder(String subnetId, Protocol protocol, Integer port, String poolId)
Pool.CreateBuilder
Pool.CreateBuilder. protocol(Protocol protocol)
Provides the protocol for this Pool's Builder.VIP.CreateBuilder
VIP.CreateBuilder. protocol(Protocol protocol)
Provides the protocol for this VIP's Builder.
-