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.CreateBuilderVIP.CreateBuilder. address(String address)Provides the address for this VIP's Builder.static VIP.CreateBuilderVIP. createBuilder(String subnetId, Protocol protocol, Integer port, String poolId)VIP.CreateBuilderVIP.CreateBuilder. protocol(Protocol protocol)Provides the protocol for this VIP's Builder.VIP.CreateBuilderVIP.CreateBuilder. protocolPort(Integer protocolPort)Provides the protocol port for this VIP's Builder.protected VIP.CreateBuilderVIP.CreateBuilder. self()VIP.CreateBuilderVIP.CreateBuilder. subnetId(String subnetId)Provides the subnet id for this VIP's Builder.VIP.CreateBuilderVIP.CreateBuilder. tenantId(String tenantId)Provides the tenantId for this VIP's Builder.
-