Uses of Class
org.jclouds.openstack.neutron.v2.domain.lbaas.v1.Pool.CreateBuilder
- 
Packages that use Pool.CreateBuilder Package Description org.jclouds.openstack.neutron.v2.domain.lbaas.v1  - 
- 
Uses of Pool.CreateBuilder in org.jclouds.openstack.neutron.v2.domain.lbaas.v1
Methods in org.jclouds.openstack.neutron.v2.domain.lbaas.v1 that return Pool.CreateBuilder Modifier and Type Method Description static Pool.CreateBuilderPool. createBuilder(String subnetId, Protocol protocol, String lbMethod)Pool.CreateBuilderPool.CreateBuilder. protocol(Protocol protocol)Provides the protocol for this Pool's Builder.Pool.CreateBuilderPool.CreateBuilder. provider(String provider)Provides the provider for this Pool's Builder.protected Pool.CreateBuilderPool.CreateBuilder. self()Pool.CreateBuilderPool.CreateBuilder. subnetId(String subnetId)Provides the subnet id for this Pool's Builder.Pool.CreateBuilderPool.CreateBuilder. tenantId(String tenantId)Provides the tenantId for this Pool's Builder. 
 -