Uses of Interface
com.suse.salt.netapi.datatypes.target.SSHTarget
Packages that use SSHTarget
-
Uses of SSHTarget in com.suse.salt.netapi.calls
Methods in com.suse.salt.netapi.calls with parameters of type SSHTargetModifier and TypeMethodDescriptionLocalCall.callSyncSSH(SaltClient client, SSHTarget<?> target, SaltSSHConfig cfg, AuthMethod auth) Call an execution module function on the given target via salt-ssh and synchronously wait for the result. -
Uses of SSHTarget in com.suse.salt.netapi.datatypes.target
Classes in com.suse.salt.netapi.datatypes.target that implement SSHTargetModifier and TypeClassDescriptionclassTarget for specifying minions by glob pattern.classTarget for specifying a list of minions.classTarget for specifying minions by regular expression.