public class Pool extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Pool.CreateBuilder
Create builder (inheriting from Builder).
|
static class |
Pool.CreatePool
Create options - extend the domain class, passed to API create calls.
|
static class |
Pool.UpdateBuilder
Update builder (inheriting from Builder).
|
static class |
Pool.UpdatePool
Update options - extend the domain class, passed to API update calls.
|
Modifier and Type | Field and Description |
---|---|
static String |
LEAST_CONNECTIONS |
static String |
ROUND_ROBIN |
static String |
SOURCE_IP |
Modifier and Type | Method and Description |
---|---|
static Pool.CreateBuilder |
createBuilder(String subnetId,
Protocol protocol,
String lbMethod) |
boolean |
equals(Object o) |
Boolean |
getAdminStateUp() |
String |
getDescription() |
com.google.common.collect.ImmutableSet<String> |
getHealthMonitors() |
com.google.common.collect.ImmutableList<HealthMonitorStatus> |
getHealthMonitorsStatus() |
String |
getId() |
String |
getLBMethod() |
com.google.common.collect.ImmutableSet<String> |
getMembers() |
String |
getName() |
Protocol |
getProtocol() |
String |
getProvider() |
LBaaSStatus |
getStatus() |
String |
getStatusDescription() |
String |
getSubnetId() |
String |
getTenantId() |
String |
getVIPId() |
int |
hashCode() |
String |
toString() |
static Pool.UpdateBuilder |
updateBuilder() |
public static String ROUND_ROBIN
public static String LEAST_CONNECTIONS
public static String SOURCE_IP
@Nullable public com.google.common.collect.ImmutableSet<String> getHealthMonitors()
@Nullable public com.google.common.collect.ImmutableList<HealthMonitorStatus> getHealthMonitorsStatus()
@Nullable public com.google.common.collect.ImmutableSet<String> getMembers()
@Nullable public Boolean getAdminStateUp()
@Nullable public LBaaSStatus getStatus()
@Nullable public String getStatusDescription()
public static Pool.CreateBuilder createBuilder(String subnetId, Protocol protocol, String lbMethod)
public static Pool.UpdateBuilder updateBuilder()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.