com.collation.platform.model.discovery.agent
Interface VeritasClusterAgentConfiguration

All Superinterfaces:
AgentConfiguration, Configuration, ModelObject, java.io.Serializable

public interface VeritasClusterAgentConfiguration
extends AgentConfiguration

Configuration of Veritas Cluster Server sensor (mappings from Veritas resources to CDM objects)

Persistable:
true

Field Summary
 
Fields inherited from interface com.collation.platform.model.Configuration
OPER_ACCEPTED, OPER_NEW, OPER_REJECTED
 
Method Summary
 int getDiscoveryMode()
           
 VeritasClusterMapping[] getVeritasClusterMappings()
           
 boolean hasDiscoveryMode()
           
 boolean hasVeritasClusterMappings()
           
 void setDiscoveryMode(int mode)
           
 void setVeritasClusterMappings(VeritasClusterMapping[] mappings)
           
 
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
 

Method Detail

getDiscoveryMode

int getDiscoveryMode()
                     throws AttributeNotSetException
Throws:
AttributeNotSetException

setDiscoveryMode

void setDiscoveryMode(int mode)

hasDiscoveryMode

boolean hasDiscoveryMode()

getVeritasClusterMappings

VeritasClusterMapping[] getVeritasClusterMappings()
                                                  throws AttributeNotSetException
Throws:
AttributeNotSetException

setVeritasClusterMappings

void setVeritasClusterMappings(VeritasClusterMapping[] mappings)

hasVeritasClusterMappings

boolean hasVeritasClusterMappings()