|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface VirtualService
Virtual service used by a vip
| Field Summary | |
|---|---|
static int |
ANY_PORT
Wildcard for port mapping |
static int |
TYPE_TCP
|
static int |
TYPE_TCP_OR_UDP
|
static int |
TYPE_UDP
|
| Fields inherited from interface com.collation.platform.model.topology.core.ManagedElement |
|---|
IBM_COPYRIGHT |
| Method Summary | |
|---|---|
Vip |
getParent()
Vip that this virtual service belongs to |
RealServerGroup |
getRealServerGroup()
Group of real servers that implement this virtual service |
int |
getVirtualPort()
Virtual port that is being mapped Has the value of ANY_PORT if there is only layer 3 mapping going on |
int |
getVirtualPortType()
Port type |
boolean |
hasParent()
|
boolean |
hasRealServerGroup()
|
boolean |
hasVirtualPort()
|
boolean |
hasVirtualPortType()
|
void |
setParent(Vip parent)
|
void |
setRealServerGroup(RealServerGroup group)
|
void |
setVirtualPort(int port)
|
void |
setVirtualPortType(int type)
|
| Methods inherited from interface com.collation.platform.model.topology.core.ManagedElement |
|---|
getManagedSystemName, getRoles, hasManagedSystemName, hasRoles, setManagedSystemName, setRoles |
| Methods inherited from interface com.collation.platform.model.ModelObject |
|---|
getAdminState, getAllAttributes, getBidiFlag, getBidiFormat, getCDMSource, getCmdbSource, getContextIp, getCreatedBy, getDescription, getDisplayName, getExtendedAttributes, getGuid, getLabel, getLastModifiedBy, getLastModifiedTime, getObjectType, getSourceToken, hasAdminState, hasBidiFlag, hasBidiFormat, hasCDMSource, hasCmdbSource, hasContextIp, hasDescription, hasDisplayName, hasExtendedAttributes, hasGuid, hasLabel, hasObjectType, hasSourceToken, setAdminState, setBidiFlag, setBidiFormat, setCDMSource, setCmdbSource, setContextIp, setDescription, setExtendedAttributes, setGuid, setLabel, setObjectType, setSourceToken |
| Field Detail |
|---|
static final int ANY_PORT
static final int TYPE_TCP
static final int TYPE_UDP
static final int TYPE_TCP_OR_UDP
| Method Detail |
|---|
Vip getParent()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setParent(Vip parent)
boolean hasParent()
int getVirtualPort()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setVirtualPort(int port)
boolean hasVirtualPort()
int getVirtualPortType()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setVirtualPortType(int type)
boolean hasVirtualPortType()
RealServerGroup getRealServerGroup()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setRealServerGroup(RealServerGroup group)
boolean hasRealServerGroup()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||