com.collation.platform.model.topology.net.vip.bigip
Interface BigIPRealServer
- All Superinterfaces:
- LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, RealServer, java.io.Serializable
public interface BigIPRealServer
- extends RealServer
A real server that a VIP maps to
- Author:
- viswanath
- Persistable:
- true
Methods inherited from interface com.collation.platform.model.topology.net.vip.RealServer |
getIMask, getLoadBalancingWeight, getMappedIpAddress, getParent, getRealPort, hasIMask, hasLoadBalancingWeight, hasMappedIpAddress, hasParent, hasRealPort, setIMask, setLoadBalancingWeight, setMappedIpAddress, setParent, setRealPort |
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 |
getMemberRatio
int getMemberRatio()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setMemberRatio
void setMemberRatio(int memberRatio)
hasMemberRatio
boolean hasMemberRatio()
getMemberPriority
int getMemberPriority()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setMemberPriority
void setMemberPriority(int memberPriority)
hasMemberPriority
boolean hasMemberPriority()
getRealServerGroupName
java.lang.String getRealServerGroupName()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setRealServerGroupName
void setRealServerGroupName(java.lang.String realServerGroupName)
hasRealServerGroupName
boolean hasRealServerGroupName()