|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AttributeCriteria
An attribute criteria specifies a dynamic selection criteria
for matching hosts that contain a particular value for a particular
attribute. This class is used in conjunction with the HostSearchCriteria
class to create a dynamic, user-specified host search.
The attribute criteria can be used to match against dynamic variables available on the host, as defined by the host type that is associated with the host. It can also be used to match against predefined host attributes, such as name and description, and machine information attributes, such as OS name.. The user can also specify a glob-style pattern used for comparisons against the value of the attribute in question.
Method Summary | |
---|---|
java.lang.String |
getAttributeName()
Returns the name of the host attribute against which to compare the value. |
Method Detail |
---|
java.lang.String getAttributeName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |