public class VIP extends Object
Modifier and Type | Class and Description |
---|---|
static class |
VIP.CreateBuilder
Create builder (inheriting from Builder).
|
static class |
VIP.CreateVIP
Create options - extend the domain class, passed to API create calls.
|
static class |
VIP.UpdateBuilder
Update builder (inheriting from Builder).
|
static class |
VIP.UpdateVIP
Update options - extend the domain class, passed to API update calls.
|
Modifier and Type | Method and Description |
---|---|
static VIP.CreateBuilder |
createBuilder(String subnetId,
Protocol protocol,
Integer port,
String poolId) |
boolean |
equals(Object o) |
String |
getAddress() |
Boolean |
getAdminStateUp() |
Integer |
getConnectionLimit() |
String |
getDescription() |
String |
getId() |
String |
getName() |
String |
getPoolId() |
String |
getPortId() |
Protocol |
getProtocol() |
Integer |
getProtocolPort() |
SessionPersistence |
getSessionPersistence() |
LBaaSStatus |
getStatus() |
String |
getStatusDescription() |
String |
getSubnetId() |
String |
getTenantId() |
int |
hashCode() |
String |
toString() |
static VIP.UpdateBuilder |
updateBuilder() |
@Nullable public SessionPersistence getSessionPersistence()
@Nullable public Integer getConnectionLimit()
@Nullable public Boolean getAdminStateUp()
@Nullable public LBaaSStatus getStatus()
@Nullable public String getStatusDescription()
public static VIP.CreateBuilder createBuilder(String subnetId, Protocol protocol, Integer port, String poolId)
public static VIP.UpdateBuilder updateBuilder()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.