com.collation.platform.model.topology.app.web.apache
Interface ApacheVirtualHost
- All Superinterfaces:
- LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable, WebVirtualHost
public interface ApacheVirtualHost
- extends WebVirtualHost
Represents an Apache Virtual Host.
- Persistable:
- true
Methods inherited from interface com.collation.platform.model.topology.app.web.WebVirtualHost |
getBindAddresses, getDefaultWebServer, getDirectives, getDocumentRoot, getParent, getPrimarySAP, getProxyServer, getServerAliases, getServerName, hasBindAddresses, hasDefaultWebServer, hasDirectives, hasDocumentRoot, hasParent, hasPrimarySAP, hasProxyServer, hasServerAliases, hasServerName, setBindAddresses, setDefaultWebServer, setDirectives, setDocumentRoot, setParent, setPrimarySAP, setProxyServer, setServerAliases, setServerName |
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 |
getServerAdmin
java.lang.String getServerAdmin()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setServerAdmin
void setServerAdmin(java.lang.String serverAdmin)
hasServerAdmin
boolean hasServerAdmin()
getServerPath
java.lang.String getServerPath()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setServerPath
void setServerPath(java.lang.String serverPath)
hasServerPath
boolean hasServerPath()
getGroup
java.lang.String getGroup()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setGroup
void setGroup(java.lang.String group)
hasGroup
boolean hasGroup()
getUser
java.lang.String getUser()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setUser
void setUser(java.lang.String user)
hasUser
boolean hasUser()
getAccessConfig
java.lang.String getAccessConfig()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setAccessConfig
void setAccessConfig(java.lang.String accessConfig)
hasAccessConfig
boolean hasAccessConfig()
getResourceConfig
java.lang.String getResourceConfig()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setResourceConfig
void setResourceConfig(java.lang.String resourceConfig)
hasResourceConfig
boolean hasResourceConfig()
getErrorLog
java.lang.String getErrorLog()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setErrorLog
void setErrorLog(java.lang.String errorLog)
hasErrorLog
boolean hasErrorLog()
getLogLevel
java.lang.String getLogLevel()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setLogLevel
void setLogLevel(java.lang.String logLevel)
hasLogLevel
boolean hasLogLevel()
getLimitRequestBody
int getLimitRequestBody()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setLimitRequestBody
void setLimitRequestBody(int limitRequestBody)
hasLimitRequestBody
boolean hasLimitRequestBody()
getRLimitCPU
int getRLimitCPU()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setRLimitCPU
void setRLimitCPU(int rLimitCPU)
hasRLimitCPU
boolean hasRLimitCPU()
getRLimitMEM
int getRLimitMEM()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setRLimitMEM
void setRLimitMEM(int rLimitMEM)
hasRLimitMEM
boolean hasRLimitMEM()
getRLimitNPROC
int getRLimitNPROC()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setRLimitNPROC
void setRLimitNPROC(int rLimitNPROC)
hasRLimitNPROC
boolean hasRLimitNPROC()
getSslSettings
ApacheSSLSettings getSslSettings()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.Contains"
reverse="false"
- Containment Relationship:
- true
setSslSettings
void setSslSettings(ApacheSSLSettings sslSettings)
hasSslSettings
boolean hasSslSettings()