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
Return True if the minion ID matches the given compound target- Parameters:
tgt- pillar targetminionId- optional id of the minion- Returns:
- the
LocalCallobject to make the call
-
compound
Return True if it matches the given compound target- Parameters:
tgt- pillar target- Returns:
- the
LocalCallobject to make the call
-
glob
Return True if the minion ID matches the given glob target- Parameters:
tgt- pillar targetminionId- optional id of the minion- Returns:
- the
LocalCallobject to make the call
-
glob
Return True if it matches the given glob target- Parameters:
tgt- pillar target- Returns:
- the
LocalCallobject to make the call
-
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
Return True if the minion matches the given data target- Parameters:
tgt- pillar target- Returns:
- the
LocalCallobject to make the call
-
list
Return True if the minion ID matches the given list target- Parameters:
tgt- pillar targetminionId- optional id of the minion- Returns:
- the
LocalCallobject to make the call
-
list
Return True if it matches the given list target- Parameters:
tgt- pillar target- Returns:
- the
LocalCallobject to make the call
-