Class Match
java.lang.Object
com.suse.salt.netapi.calls.modules.Match
salt.modules.match
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn True if it matches the given compound targetReturn True if the minion ID matches the given compound targetReturn True if the minion matches the given data targetReturn True if it matches the given glob targetReturn True if the minion ID matches the given glob targetReturn True if the minion matches the given grain target.Return True if it matches the given list targetReturn True if the minion ID matches the given list targetReturn True if the minion matches the given pillar target.
-
Constructor Details
-
Match
public Match()
-
-
Method Details
-
compound
-
compound
-
glob
-
glob
-
grain
Return True if the minion matches the given grain target. The delimiter argument can be used to specify a different delimiter.- Parameters:
tgt- pillar targetdelimiter- optional different delimiter- Returns:
- the
LocalCallobject to make the call
-
pillar
Return True if the minion matches the given pillar target. The delimiter argument can be used to specify a different delimiter.- Parameters:
tgt- pillar targetdelimiter- optional different delimiter- Returns:
- the
LocalCallobject to make the call
-
data
-
list
-
list
-