com.collation.platform.model.topology.app.web.iis
Interface IIsWebVirtualDir
- All Superinterfaces:
- LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable
public interface IIsWebVirtualDir
- extends LogicalElement
Represents an instance of an IIsWebVirtualDir.
- Naming Rules:
- 0="parent,name"
1="managedSystemName"
- Persistable:
- true
- Table Name:
- IISWEBVIRTUALDIR
- Display Name:
- parent,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(IIsWebServer parent)
getParent
IIsWebServer 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()
setPath
void setPath(java.lang.String path)
getPath
java.lang.String getPath()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
hasPath
boolean hasPath()
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()