public class NeutronLbPoolV2 extends Object implements LbPoolV2
| Modifier and Type | Class and Description |
|---|---|
static class |
NeutronLbPoolV2.LbPoolsV2 |
static class |
NeutronLbPoolV2.LbPoolV2ConcreteBuilder |
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>| Constructor and Description |
|---|
NeutronLbPoolV2() |
| Modifier and Type | Method and Description |
|---|---|
static LbPoolV2Builder |
builder() |
String |
getDescription() |
String |
getHealthMonitorId() |
String |
getId() |
LbMethod |
getLbMethod() |
List<ListItem> |
getListeners()
Listeners associated with the pool
|
List<ListItem> |
getMembers() |
String |
getName() |
Protocol |
getProtocol() |
SessionPersistence |
getSessionPersistence() |
String |
getTenantId() |
boolean |
isAdminStateUp() |
LbPoolV2Builder |
toBuilder() |
String |
toString() |
public LbPoolV2Builder toBuilder()
toBuilder in interface Buildable<LbPoolV2Builder>public String getId()
public String getTenantId()
getTenantId in interface LbPoolV2public String getName()
public String getDescription()
getDescription in interface LbPoolV2public Protocol getProtocol()
getProtocol in interface LbPoolV2public LbMethod getLbMethod()
getLbMethod in interface LbPoolV2public SessionPersistence getSessionPersistence()
getSessionPersistence in interface LbPoolV2public boolean isAdminStateUp()
isAdminStateUp in interface LbPoolV2public List<ListItem> getListeners()
getListeners in interface LbPoolV2public List<ListItem> getMembers()
getMembers in interface LbPoolV2public String getHealthMonitorId()
getHealthMonitorId in interface LbPoolV2public static LbPoolV2Builder builder()
Copyright © 2017. All rights reserved.