Uses of Interface
com.suse.salt.netapi.datatypes.target.SSHTarget
-
Packages that use SSHTarget Package Description com.suse.salt.netapi.calls com.suse.salt.netapi.datatypes.target -
-
Uses of SSHTarget in com.suse.salt.netapi.calls
Methods in com.suse.salt.netapi.calls with parameters of type SSHTarget Modifier and Type Method Description CompletionStage<Map<String,Result<SSHResult<R>>>>LocalCall. 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 SSHTarget Modifier and Type Class Description classGlobTarget for specifying minions by glob pattern.classMinionListTarget for specifying a list of minions.classRegExTarget for specifying minions by regular expression.
-