|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Vip
A Virtual IP as used for NAT and load balancing
| 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 vip IP address Currently alteon specific |
IpInterface |
getIpInterface()
The IP interface the VIP is residing on |
VipFunction |
getParent()
Parent pointer to VipFunction |
IpAddress |
getVipAddress()
The Virtual IP address |
IpAddress |
getVipNetmask()
The Virtual IP netmask |
VirtualService[] |
getVirtualServices()
The set of virtual services that are hosted on this VIP |
boolean |
hasIMask()
|
boolean |
hasIpInterface()
|
boolean |
hasParent()
|
boolean |
hasVipAddress()
|
boolean |
hasVipNetmask()
|
boolean |
hasVirtualServices()
|
void |
setIMask(IpAddress mask)
|
void |
setIpInterface(IpInterface intf)
|
void |
setParent(VipFunction parent)
|
void |
setVipAddress(IpAddress addr)
|
void |
setVipNetmask(IpAddress addr)
|
void |
setVirtualServices(VirtualService[] services)
|
| 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
AttributeNotSetExceptionvoid setParent(VipFunction parent)
boolean hasParent()
IpAddress getVipAddress()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setVipAddress(IpAddress addr)
boolean hasVipAddress()
IpAddress getVipNetmask()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setVipNetmask(IpAddress addr)
boolean hasVipNetmask()
IpAddress getIMask()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setIMask(IpAddress mask)
boolean hasIMask()
IpInterface getIpInterface()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setIpInterface(IpInterface intf)
boolean hasIpInterface()
VirtualService[] getVirtualServices()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setVirtualServices(VirtualService[] services)
boolean hasVirtualServices()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||