com.collation.platform.model.discovery.agent
Interface SnmpAgentConfiguration
- All Superinterfaces:
- AgentConfiguration, Configuration, ModelObject, java.io.Serializable
public interface SnmpAgentConfiguration
- extends AgentConfiguration
Configuration for the SNMP Mib2 Sensor
- Persistable:
- true
Methods inherited from interface com.collation.platform.model.discovery.agent.AgentConfiguration |
getAgentClassName, getBidiConfigFlag, getBidiConfigFormat, getBidiProfile, getClassPath, getObjectVersion, getOriginalName, getScopeSetName, getSeedClassName, getTemplateClassName, hasAgentClassName, hasBidiConfigFlag, hasBidiConfigFormat, hasBidiProfile, hasClassPath, hasObjectVersion, hasOriginalName, hasScopeSetName, hasSeedClassName, hasTemplateClassName, setAgentClassName, setBidiConfigFlag, setBidiConfigFormat, setBidiProfile, setClassPath, setObjectVersion, setOriginalName, setScopeSetName, setSeedClassName, setTemplateClassName |
Methods inherited from interface com.collation.platform.model.Configuration |
getEnabled, getFamilyName, getMssGuid, getName, getOperationalStatus, getRejectionReason, hasEnabled, hasFamilyName, hasMssGuid, hasName, hasOperationalStatus, hasRejectionReason, setEnabled, setFamilyName, setMssGuid, setName, setOperationalStatus, setRejectionReason |
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 |
getSnmpPort
int getSnmpPort()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setSnmpPort
void setSnmpPort(int port)
hasSnmpPort
boolean hasSnmpPort()
getSnmpTimeout
int getSnmpTimeout()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setSnmpTimeout
void setSnmpTimeout(int timeout)
hasSnmpTimeout
boolean hasSnmpTimeout()
getLocale
java.lang.String getLocale()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setLocale
void setLocale(java.lang.String locale)
hasLocale
boolean hasLocale()
getCharacterEncoding
java.lang.String getCharacterEncoding()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setCharacterEncoding
void setCharacterEncoding(java.lang.String characterEncoding)
hasCharacterEncoding
boolean hasCharacterEncoding()
getScanL2Interfaces
java.lang.String getScanL2Interfaces()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setScanL2Interfaces
void setScanL2Interfaces(java.lang.String val)
hasScanL2Interfaces
boolean hasScanL2Interfaces()