public class NeutronLbPool extends Object implements LbPool
Modifier and Type | Class and Description |
---|---|
static class |
NeutronLbPool.LbPoolContreteBuilder |
static class |
NeutronLbPool.LbPools |
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
Constructor and Description |
---|
NeutronLbPool() |
Modifier and Type | Method and Description |
---|---|
static LbPoolBuilder |
builder() |
String |
getDescription() |
List<String> |
getHealthMonitors() |
String |
getId() |
LbMethod |
getLbMethod() |
List<String> |
getMembers() |
String |
getName() |
Protocol |
getProtocol() |
String |
getProvider() |
String |
getStatus() |
String |
getSubnetId() |
String |
getTenantId() |
String |
getVipId() |
boolean |
isAdminStateUp() |
LbPoolBuilder |
toBuilder() |
String |
toString() |
public LbPoolBuilder toBuilder()
toBuilder
in interface Buildable<LbPoolBuilder>
public String getId()
public String getTenantId()
getTenantId
in interface LbPool
public String getName()
public String getDescription()
getDescription
in interface LbPool
public String getSubnetId()
getSubnetId
in interface LbPool
public Protocol getProtocol()
getProtocol
in interface LbPool
public String getProvider()
getProvider
in interface LbPool
public LbMethod getLbMethod()
getLbMethod
in interface LbPool
public List<String> getMembers()
getMembers
in interface LbPool
public List<String> getHealthMonitors()
getHealthMonitors
in interface LbPool
public boolean isAdminStateUp()
isAdminStateUp
in interface LbPool
public String getStatus()
public static LbPoolBuilder builder()
Copyright © 2017. All rights reserved.