Package | Description |
---|---|
org.jclouds.openstack.neutron.v2.domain.lbaas.v1 |
Modifier and Type | Method and Description |
---|---|
static Protocol |
Protocol.fromValue(String name) |
Protocol |
VIP.getProtocol() |
Protocol |
Pool.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.
|
Modifier and Type | Method and Description |
---|---|
static VIP.CreateBuilder |
VIP.createBuilder(String subnetId,
Protocol protocol,
Integer port,
String poolId) |
static Pool.CreateBuilder |
Pool.createBuilder(String subnetId,
Protocol protocol,
String lbMethod) |
VIP.CreateBuilder |
VIP.CreateBuilder.protocol(Protocol protocol)
Provides the protocol for this VIP's Builder.
|
Pool.CreateBuilder |
Pool.CreateBuilder.protocol(Protocol protocol)
Provides the protocol for this Pool's Builder.
|
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.