|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RealServer
A real server that a VIP maps to
Field Summary |
---|
Fields inherited from interface com.collation.platform.model.topology.core.ManagedElement |
---|
IBM_COPYRIGHT |
Method Summary | |
---|---|
IpAddress |
getIMask()
Imask that can be used to indicate an address range for the mapped IP address Currently alteon specific |
int |
getLoadBalancingWeight()
Load balancing weight if the server is part of a load balancing group |
IpAddress |
getMappedIpAddress()
Real server IP address that the mapping goes to |
VipFunction |
getParent()
Parent pointer to VipFunction |
int |
getRealPort()
|
boolean |
hasIMask()
|
boolean |
hasLoadBalancingWeight()
|
boolean |
hasMappedIpAddress()
|
boolean |
hasParent()
|
boolean |
hasRealPort()
|
void |
setIMask(IpAddress mask)
|
void |
setLoadBalancingWeight(int weight)
|
void |
setMappedIpAddress(IpAddress ip)
|
void |
setParent(VipFunction parent)
|
void |
setRealPort(int realPort)
|
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 |
Method Detail |
---|
VipFunction getParent() throws AttributeNotSetException
AttributeNotSetException
void setParent(VipFunction parent)
boolean hasParent()
IpAddress getMappedIpAddress() throws AttributeNotSetException
AttributeNotSetException
void setMappedIpAddress(IpAddress ip)
boolean hasMappedIpAddress()
int getRealPort() throws AttributeNotSetException
AttributeNotSetException
void setRealPort(int realPort)
boolean hasRealPort()
IpAddress getIMask() throws AttributeNotSetException
AttributeNotSetException
void setIMask(IpAddress mask)
boolean hasIMask()
int getLoadBalancingWeight() throws AttributeNotSetException
AttributeNotSetException
void setLoadBalancingWeight(int weight)
boolean hasLoadBalancingWeight()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |