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