Package | Description |
---|---|
org.jclouds.openstack.neutron.v2.domain.lbaas.v1 |
Modifier and Type | Method and 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.
|
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.