public class NeutronVip extends Object implements Vip
| Modifier and Type | Class and Description |
|---|---|
static class |
NeutronVip.VipContreteBuilder |
static class |
NeutronVip.Vips |
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>| Constructor and Description |
|---|
NeutronVip() |
| Modifier and Type | Method and Description |
|---|---|
static VipBuilder |
builder() |
String |
getAddress() |
Integer |
getConnectionLimit() |
String |
getDescription() |
String |
getId() |
String |
getName() |
String |
getPoolId() |
Protocol |
getProtocol() |
Integer |
getProtocolPort() |
SessionPersistence |
getSessionPersistence() |
String |
getStatus() |
String |
getSubnetId() |
String |
getTenantId() |
boolean |
isAdminStateUp() |
VipBuilder |
toBuilder() |
String |
toString() |
public VipBuilder toBuilder()
toBuilder in interface Buildable<VipBuilder>public String getAddress()
getAddress in interface Vippublic boolean isAdminStateUp()
isAdminStateUp in interface Vippublic Integer getConnectionLimit()
getConnectionLimit in interface Vippublic String getDescription()
getDescription in interface Vippublic String getId()
public String getName()
public String getPoolId()
public Protocol getProtocol()
getProtocol in interface Vippublic Integer getProtocolPort()
getProtocolPort in interface Vippublic SessionPersistence getSessionPersistence()
getSessionPersistence in interface Vippublic String getStatus()
public String getSubnetId()
getSubnetId in interface Vippublic String getTenantId()
getTenantId in interface Vippublic static VipBuilder builder()
Copyright © 2017. All rights reserved.