|
||||||||||
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
AttributeNotSetException
void setParent(VipFunction parent)
boolean hasParent()
IpAddress getVipAddress() throws AttributeNotSetException
AttributeNotSetException
void setVipAddress(IpAddress addr)
boolean hasVipAddress()
IpAddress getVipNetmask() throws AttributeNotSetException
AttributeNotSetException
void setVipNetmask(IpAddress addr)
boolean hasVipNetmask()
IpAddress getIMask() throws AttributeNotSetException
AttributeNotSetException
void setIMask(IpAddress mask)
boolean hasIMask()
IpInterface getIpInterface() throws AttributeNotSetException
AttributeNotSetException
void setIpInterface(IpInterface intf)
boolean hasIpInterface()
VirtualService[] getVirtualServices() throws AttributeNotSetException
AttributeNotSetException
void setVirtualServices(VirtualService[] services)
boolean hasVirtualServices()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |