com.collation.platform.model.topology.sys
Interface DNSResolveEntry
- All Superinterfaces:
- LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable
public interface DNSResolveEntry
- extends LogicalElement
Represents an DNS resolution entry
- Naming Rules:
- 0="parent,serverIp"
- Persistable:
- true
- Table Name:
- DNSRESLV
- Display Name:
- serverIp
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 |
getParent
OperatingSystem getParent()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.Contains"
reverse="true"
setParent
void setParent(OperatingSystem parent)
hasParent
boolean hasParent()
getServerIp
java.lang.String getServerIp()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setServerIp
void setServerIp(java.lang.String ip)
hasServerIp
boolean hasServerIp()
getSearchOrder
int getSearchOrder()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setSearchOrder
void setSearchOrder(int order)
hasSearchOrder
boolean hasSearchOrder()