com.collation.platform.model.topology.app.web.iis
Interface IIsWebServer
- All Superinterfaces:
- LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable
public interface IIsWebServer
- extends LogicalElement
Represents an instance of an IIsWebServer.
- Naming Rules:
- 0="parent,name"
1="managedSystemName"
- Persistable:
- true
- Table Name:
- IISWEBSERVER
- Display Name:
- name
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 |
setParent
void setParent(IIsWebService parent)
getParent
IIsWebService getParent()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.Contains"
reverse="true"
hasParent
boolean hasParent()
setIIsPath
void setIIsPath(java.lang.String iisPath)
getIIsPath
java.lang.String getIIsPath()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
hasIIsPath
boolean hasIIsPath()
setName
void setName(java.lang.String name)
getName
java.lang.String getName()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
hasName
boolean hasName()
setAccessFlags
void setAccessFlags(java.lang.String accessFlags)
getAccessFlags
java.lang.String getAccessFlags()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
hasAccessFlags
boolean hasAccessFlags()
setDirBrowseFlags
void setDirBrowseFlags(java.lang.String dirBrowseFlags)
getDirBrowseFlags
java.lang.String getDirBrowseFlags()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
hasDirBrowseFlags
boolean hasDirBrowseFlags()
setContentIndexed
void setContentIndexed(boolean contentIndexed)
getContentIndexed
boolean getContentIndexed()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
hasContentIndexed
boolean hasContentIndexed()
setDontLog
void setDontLog(boolean dontLog)
getDontLog
boolean getDontLog()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
hasDontLog
boolean hasDontLog()
setAppIsolation
void setAppIsolation(java.lang.String appIsolation)
getAppIsolation
java.lang.String getAppIsolation()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
hasAppIsolation
boolean hasAppIsolation()
setServerBindings
void setServerBindings(java.lang.String serverBindings)
getServerBindings
java.lang.String getServerBindings()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
hasServerBindings
boolean hasServerBindings()
setSecureBindings
void setSecureBindings(java.lang.String secureBindings)
getSecureBindings
java.lang.String getSecureBindings()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
hasSecureBindings
boolean hasSecureBindings()
setAppPoolId
void setAppPoolId(java.lang.String appPoolId)
getAppPoolId
java.lang.String getAppPoolId()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
hasAppPoolId
boolean hasAppPoolId()
setRootPath
void setRootPath(java.lang.String rootPath)
getRootPath
java.lang.String getRootPath()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
hasRootPath
boolean hasRootPath()
setIIsParameters
void setIIsParameters(IIsParameter[] parameters)
getIIsParameters
IIsParameter[] getIIsParameters()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.Contains"
reverse="false"
hasIIsParameters
boolean hasIIsParameters()
setIIsParametersRaw
void setIIsParametersRaw(java.lang.String parameters)
getIIsParametersRaw
java.lang.String getIIsParametersRaw()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
hasIIsParametersRaw
boolean hasIIsParametersRaw()
setRoot
void setRoot(IIsWebVirtualDir root)
getRoot
IIsWebVirtualDir getRoot()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.Contains"
reverse="false"
hasRoot
boolean hasRoot()
setWebVirtualDirs
void setWebVirtualDirs(IIsWebVirtualDir[] sites)
getWebVirtualDirs
IIsWebVirtualDir[] getWebVirtualDirs()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.Contains"
reverse="false"
hasWebVirtualDirs
boolean hasWebVirtualDirs()