| Package | Description |
|---|---|
| org.openstack4j.model.network.ext | |
| org.openstack4j.model.network.ext.builder | |
| org.openstack4j.openstack.networking.domain.ext |
| Modifier and Type | Method and Description |
|---|---|
static Protocol |
Protocol.forValue(String value) |
Protocol |
Vip.getProtocol() |
Protocol |
LbPoolV2.getProtocol() |
Protocol |
LbPool.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 |
|---|---|
VipBuilder |
VipBuilder.protocol(Protocol protocol) |
LbPoolV2Builder |
LbPoolV2Builder.protocol(Protocol protocol) |
LbPoolBuilder |
LbPoolBuilder.protocol(Protocol protocol) |
| Modifier and Type | Method and Description |
|---|---|
Protocol |
NeutronVip.getProtocol() |
Protocol |
NeutronLbPoolV2.getProtocol() |
Protocol |
NeutronLbPool.getProtocol() |
| Modifier and Type | Method and Description |
|---|---|
VipBuilder |
NeutronVip.VipContreteBuilder.protocol(Protocol protocol) |
LbPoolV2Builder |
NeutronLbPoolV2.LbPoolV2ConcreteBuilder.protocol(Protocol protocol) |
LbPoolBuilder |
NeutronLbPool.LbPoolContreteBuilder.protocol(Protocol protocol) |
Copyright © 2017. All rights reserved.