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 Vip
public boolean isAdminStateUp()
isAdminStateUp
in interface Vip
public Integer getConnectionLimit()
getConnectionLimit
in interface Vip
public String getDescription()
getDescription
in interface Vip
public String getId()
public String getName()
public String getPoolId()
public Protocol getProtocol()
getProtocol
in interface Vip
public Integer getProtocolPort()
getProtocolPort
in interface Vip
public SessionPersistence getSessionPersistence()
getSessionPersistence
in interface Vip
public String getStatus()
public String getSubnetId()
getSubnetId
in interface Vip
public String getTenantId()
getTenantId
in interface Vip
public static VipBuilder builder()
Copyright © 2017. All rights reserved.