Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W X Z 

A

accept(String) - Static method in class com.suse.salt.netapi.calls.wheel.Key
 
Adapters - Class in com.suse.salt.netapi.parser
Strict null rejecting primitive type adapters.
Adapters() - Constructor for class com.suse.salt.netapi.parser.Adapters
 
add(String, Map<String, Object>) - Static method in class com.suse.salt.netapi.calls.modules.Beacon
 
add(String, LocalCall<?>, LocalDateTime, Map<String, ?>) - Static method in class com.suse.salt.netapi.calls.modules.Schedule
Schedule a salt call for later execution on the minion
addEventListener(EventListener) - Method in class com.suse.salt.netapi.event.EventStream
ALL - Static variable in class com.suse.salt.netapi.datatypes.target.Glob
 
allstatus() - Static method in class com.suse.salt.netapi.calls.modules.Status
 
Applications - Class in com.suse.salt.netapi.datatypes.cherrypy
Representation of applications statistics.
Applications() - Constructor for class com.suse.salt.netapi.datatypes.cherrypy.Applications
 
apply(List<String>) - Static method in class com.suse.salt.netapi.calls.modules.State
 
apply(String...) - Static method in class com.suse.salt.netapi.calls.modules.State
 
apply(List<String>, Optional<Map<String, Object>>, Optional<Boolean>) - Static method in class com.suse.salt.netapi.calls.modules.State
 
ApplyResult() - Constructor for class com.suse.salt.netapi.calls.modules.State.ApplyResult
 
Arguments - Class in com.suse.salt.netapi.datatypes
Representation of args and kwargs.
Arguments() - Constructor for class com.suse.salt.netapi.datatypes.Arguments
 
ArgumentsAdapter - Class in com.suse.salt.netapi.parser
Json TypeAdapter for Arguments class.
ArgumentsAdapter() - Constructor for class com.suse.salt.netapi.parser.ArgumentsAdapter
 
asAmount(int) - Static method in class com.suse.salt.netapi.datatypes.Batch
Construct a Batch from a value representing an exact amount of items
asPercent(int) - Static method in class com.suse.salt.netapi.datatypes.Batch
Construct a Batch from a value representing a percent
AuthModule - Enum in com.suse.salt.netapi
Salt authentication modules.

B

Batch - Class in com.suse.salt.netapi.datatypes
A class representing the batch parameter.
Beacon - Class in com.suse.salt.netapi.calls.modules
salt.modules.beacons
Beacon() - Constructor for class com.suse.salt.netapi.calls.modules.Beacon
 
Beacon.Result - Class in com.suse.salt.netapi.calls.modules
Status result of many beacon functions
BeaconEvent - Class in com.suse.salt.netapi.event
Represents an event fired by beacons
BOOLEAN - Static variable in class com.suse.salt.netapi.parser.Adapters
 
build() - Method in class com.suse.salt.netapi.calls.SaltSSHConfig.Builder
Build the configuration object.
Builder() - Constructor for class com.suse.salt.netapi.calls.SaltSSHConfig.Builder
 

C

Call<R> - Interface in com.suse.salt.netapi.calls
Interface for all function calls in salt.
call(Call<?>, Client, String, Optional<Map<String, Object>>, TypeToken<R>) - Method in class com.suse.salt.netapi.client.SaltClient
Generic interface to make a Call to an endpoint using a given Client.
call(Call<?>, Client, String, TypeToken<R>) - Method in class com.suse.salt.netapi.client.SaltClient
Convenience method to make a call without arguments.
callAsync(SaltClient, Target<?>) - Method in class com.suse.salt.netapi.calls.LocalCall
Calls a execution module function on the given target asynchronously and returns information about the scheduled job that can be used to query the result.
callAsync(SaltClient, Target<?>, String, String, AuthModule) - Method in class com.suse.salt.netapi.calls.LocalCall
Calls a execution module function on the given target asynchronously and returns information about the scheduled job that can be used to query the result.
callAsync(SaltClient) - Method in class com.suse.salt.netapi.calls.RunnerCall
Calls a runner module function on the master asynchronously and returns information about the scheduled job that can be used to query the result.
callAsync(SaltClient, String, String, AuthModule) - Method in class com.suse.salt.netapi.calls.RunnerCall
Calls a runner module function on the master asynchronously and returns information about the scheduled job that can be used to query the result.
callAsync(SaltClient) - Method in class com.suse.salt.netapi.calls.WheelCall
Calls a wheel module function on the master asynchronously and returns information about the scheduled job that can be used to query the result.
callAsync(SaltClient, String, String, AuthModule) - Method in class com.suse.salt.netapi.calls.WheelCall
Calls a wheel module function on the master asynchronously and returns information about the scheduled job that can be used to query the result.
callSync(SaltClient, Target<?>) - Method in class com.suse.salt.netapi.calls.LocalCall
Calls a execution module function on the given target and synchronously waits for the result.
callSync(SaltClient, Target<?>, Batch) - Method in class com.suse.salt.netapi.calls.LocalCall
Calls a execution module function on the given target with batching and synchronously waits for the result.
callSync(SaltClient, Target<?>, String, String, AuthModule) - Method in class com.suse.salt.netapi.calls.LocalCall
Calls a execution module function on the given target and synchronously waits for the result.
callSync(SaltClient, Target<?>, String, String, AuthModule, Batch) - Method in class com.suse.salt.netapi.calls.LocalCall
Calls a execution module function on the given target with batching and synchronously waits for the result.
callSync(SaltClient, String, String, AuthModule) - Method in class com.suse.salt.netapi.calls.RunnerCall
Calls a runner module function on the master and synchronously waits for the result.
callSync(SaltClient) - Method in class com.suse.salt.netapi.calls.RunnerCall
Calls a runner module function on the master and synchronously waits for the result.
callSync(SaltClient) - Method in class com.suse.salt.netapi.calls.WheelCall
Calls a wheel module function on the master and synchronously waits for the result.
callSync(SaltClient, String, String, AuthModule) - Method in class com.suse.salt.netapi.calls.WheelCall
Calls a wheel module function on the master and synchronously waits for the result.
callSyncSSH(SaltClient, Target<?>, SaltSSHConfig) - Method in class com.suse.salt.netapi.calls.LocalCall
Call an execution module function on the given target via salt-ssh and synchronously wait for the result.
changes - Variable in class com.suse.salt.netapi.results.StateApplyResult
 
chmod(String, String) - Static method in class com.suse.salt.netapi.calls.modules.File
Set the mode of a file
chown(String, String, String) - Static method in class com.suse.salt.netapi.calls.modules.File
Chown a file
Client - Enum in com.suse.salt.netapi.calls
Possible values for the client parameter in salt netapi calls.
ClientConfig - Class in com.suse.salt.netapi.config
A statically typed key/value store for the Salt client configuration.
ClientConfig() - Constructor for class com.suse.salt.netapi.config.ClientConfig
 
ClientUtils - Class in com.suse.salt.netapi.utils
Utilities for SaltClient.
ClientUtils() - Constructor for class com.suse.salt.netapi.utils.ClientUtils
 
close() - Method in class com.suse.salt.netapi.event.EventStream
Close the WebSocket Session.
close(CloseReason) - Method in class com.suse.salt.netapi.event.EventStream
Close the WebSocket Session with a given close reason.
closeQuietly(InputStream) - Static method in class com.suse.salt.netapi.utils.ClientUtils
Quietly close a given stream, suppressing exceptions.
Cmd - Class in com.suse.salt.netapi.calls.modules
salt.modules.cmdmod
CmdExecCodeAllResult - Class in com.suse.salt.netapi.results
Result structure as returned by cmd.exec_code_all to be parsed from event data.
CmdExecCodeAllResult() - Constructor for class com.suse.salt.netapi.results.CmdExecCodeAllResult
 
CollectionTypeAdapterFactory - Class in com.suse.salt.netapi.parser
Adapt a homogeneous collection of objects.
CollectionTypeAdapterFactory() - Constructor for class com.suse.salt.netapi.parser.CollectionTypeAdapterFactory
 
com.suse.salt.netapi - package com.suse.salt.netapi
 
com.suse.salt.netapi.calls - package com.suse.salt.netapi.calls
 
com.suse.salt.netapi.calls.modules - package com.suse.salt.netapi.calls.modules
 
com.suse.salt.netapi.calls.runner - package com.suse.salt.netapi.calls.runner
 
com.suse.salt.netapi.calls.wheel - package com.suse.salt.netapi.calls.wheel
 
com.suse.salt.netapi.client - package com.suse.salt.netapi.client
 
com.suse.salt.netapi.client.impl - package com.suse.salt.netapi.client.impl
 
com.suse.salt.netapi.config - package com.suse.salt.netapi.config
 
com.suse.salt.netapi.datatypes - package com.suse.salt.netapi.datatypes
 
com.suse.salt.netapi.datatypes.cherrypy - package com.suse.salt.netapi.datatypes.cherrypy
 
com.suse.salt.netapi.datatypes.target - package com.suse.salt.netapi.datatypes.target
 
com.suse.salt.netapi.errors - package com.suse.salt.netapi.errors
 
com.suse.salt.netapi.event - package com.suse.salt.netapi.event
 
com.suse.salt.netapi.exception - package com.suse.salt.netapi.exception
 
com.suse.salt.netapi.parser - package com.suse.salt.netapi.parser
 
com.suse.salt.netapi.results - package com.suse.salt.netapi.results
 
com.suse.salt.netapi.utils - package com.suse.salt.netapi.utils
 
compareTo(SaltVersion) - Method in class com.suse.salt.netapi.datatypes.SaltVersion
 
compound(String, Optional<String>) - Static method in class com.suse.salt.netapi.calls.modules.Match
 
compound(String) - Static method in class com.suse.salt.netapi.calls.modules.Match
 
CONNECT_TIMEOUT - Static variable in class com.suse.salt.netapi.config.ClientConfig
Timeout in milliseconds until a connection is established.
connected() - Static method in class com.suse.salt.netapi.calls.wheel.Minions
 
Connection<T> - Interface in com.suse.salt.netapi.client
Describes an interface for different HTTP connection implementations.
ConnectionFactory - Interface in com.suse.salt.netapi.client
Describes an interface for creating instances of an HTTP connection implementation.
consume(Consumer<? super SaltError>, Consumer<? super R>) - Method in class com.suse.salt.netapi.results.Result
 
consume(Consumer<? super L>, Consumer<? super R>) - Method in class com.suse.salt.netapi.utils.Xor
 
consume(Consumer<? super L>, Consumer<? super R>) - Method in class com.suse.salt.netapi.utils.Xor.Left
 
consume(Consumer<? super L>, Consumer<? super R>) - Method in class com.suse.salt.netapi.utils.Xor.Right
 
copy(String, String, boolean, boolean) - Static method in class com.suse.salt.netapi.calls.modules.File
Copy a file or directory from src to dst
cpuinfo() - Static method in class com.suse.salt.netapi.calls.modules.Status
 
cpustats() - Static method in class com.suse.salt.netapi.calls.modules.Status
 
create(String, JsonParser<T>, ClientConfig) - Method in interface com.suse.salt.netapi.client.ConnectionFactory
Create a new Connection for a given endpoint and configuration.
create(String, JsonParser<T>, ClientConfig) - Method in class com.suse.salt.netapi.client.impl.HttpClientConnectionFactory
Create a new Connection for a given endpoint and configuration.
create(String, JsonParser<T>, ClientConfig) - Method in class com.suse.salt.netapi.client.impl.JDKConnectionFactory
Create a new Connection for a given endpoint and configuration.
create(Gson, TypeToken<T>) - Method in class com.suse.salt.netapi.parser.CollectionTypeAdapterFactory
 
create(Gson, TypeToken<A>) - Method in class com.suse.salt.netapi.parser.OptionalTypeAdapterFactory
 
create(Gson, TypeToken<A>) - Method in class com.suse.salt.netapi.parser.ResultSSHResultTypeAdapterFactory
 
create(Gson, TypeToken<A>) - Method in class com.suse.salt.netapi.parser.ResultTypeAdapterFactory
 
create(Gson, TypeToken<A>) - Method in class com.suse.salt.netapi.parser.XorTypeAdapterFactory
 
custom() - Static method in class com.suse.salt.netapi.calls.modules.Status
 
customizeHttpClient(HttpClientBuilder) - Method in class com.suse.salt.netapi.client.impl.HttpClientConnection
Allow subclasses to customize the HttpClientBuilder as needed.

D

Data<R> - Class in com.suse.salt.netapi.calls
Data field of a WheelResult.
Data() - Constructor for class com.suse.salt.netapi.calls.Data
 
Data() - Constructor for class com.suse.salt.netapi.event.JobReturnEvent.Data
 
DateAdapter - Class in com.suse.salt.netapi.parser
TypeAdapter for date representation received from the API (which represents it as a (floating) number of seconds since the Epoch).
DateAdapter() - Constructor for class com.suse.salt.netapi.parser.DateAdapter
 
delete(String) - Static method in class com.suse.salt.netapi.calls.modules.Beacon
 
delete(String) - Static method in class com.suse.salt.netapi.calls.modules.Schedule
Delete a schedule entry
delete(String) - Static method in class com.suse.salt.netapi.calls.wheel.Key
 
deniedMinions - Variable in class com.suse.salt.netapi.calls.wheel.Key.Keys
 
deriveError(String) - Static method in class com.suse.salt.netapi.utils.SaltErrorUtils
Based on the salt text output, derive particular SaltError.
directoryExists(String) - Static method in class com.suse.salt.netapi.calls.modules.File
Tests to see if path is a valid directory
disable() - Static method in class com.suse.salt.netapi.calls.modules.Beacon
 
disableBeacon(String) - Static method in class com.suse.salt.netapi.calls.modules.Beacon
 
diskstats() - Static method in class com.suse.salt.netapi.calls.modules.Status
 
diskusage(String...) - Static method in class com.suse.salt.netapi.calls.modules.Status
 
DOUBLE - Static variable in class com.suse.salt.netapi.parser.Adapters
 
down(boolean) - Static method in class com.suse.salt.netapi.calls.runner.Manage
 

E

echo(String) - Static method in class com.suse.salt.netapi.calls.modules.Test
 
enable() - Static method in class com.suse.salt.netapi.calls.modules.Beacon
 
enableBeacon(String) - Static method in class com.suse.salt.netapi.calls.modules.Beacon
 
equals(Object) - Method in class com.suse.salt.netapi.errors.FunctionNotAvailable
 
equals(Object) - Method in class com.suse.salt.netapi.errors.ModuleNotSupported
 
equals(Object) - Method in class com.suse.salt.netapi.results.Result
 
equals(Object) - Method in class com.suse.salt.netapi.results.SSHRawResult
 
equals(Object) - Method in class com.suse.salt.netapi.utils.Xor.Left
 
equals(Object) - Method in class com.suse.salt.netapi.utils.Xor.Right
 
error() - Method in class com.suse.salt.netapi.results.Result
 
Event - Class in com.suse.salt.netapi.calls.modules
salt.modules.event
Event - Class in com.suse.salt.netapi.datatypes
Parse events into objects.
Event() - Constructor for class com.suse.salt.netapi.datatypes.Event
 
EventListener - Interface in com.suse.salt.netapi.event
Defines a client notification interface for events stream.
events(EventListener...) - Method in class com.suse.salt.netapi.client.SaltClient
Returns a WebSocket @ClientEndpoint annotated object connected to the /ws ServerEndpoint.
EVENTS - Static variable in class com.suse.salt.netapi.parser.JsonParser
 
EventStream - Class in com.suse.salt.netapi.event
Event stream implementation based on a ClientEndpoint WebSocket.
EventStream(ClientConfig, EventListener...) - Constructor for class com.suse.salt.netapi.event.EventStream
Constructor used to create an event stream: open a websocket connection and start event processing.
eventStreamClosed(CloseReason) - Method in interface com.suse.salt.netapi.event.EventListener
Notify the listener that the backing event stream was closed.
exception(String) - Static method in class com.suse.salt.netapi.calls.modules.Test
 
execCodeAll(String, String) - Static method in class com.suse.salt.netapi.calls.modules.Cmd
 
exists(Predicate<R>) - Method in class com.suse.salt.netapi.utils.Xor
 
exists(Predicate<R>) - Method in class com.suse.salt.netapi.utils.Xor.Left
 
exists(Predicate<R>) - Method in class com.suse.salt.netapi.utils.Xor.Right
 
extraFilerefs(String) - Method in class com.suse.salt.netapi.calls.SaltSSHConfig.Builder
Pass in extra files to include in the state tarball.

F

File - Class in com.suse.salt.netapi.calls.modules
Basic operations on files and directories on minions
File.Result - Class in com.suse.salt.netapi.calls.modules
File module result object
fileDict(String...) - Static method in class com.suse.salt.netapi.calls.modules.Pkg
 
fileExists(String) - Static method in class com.suse.salt.netapi.calls.modules.File
Tests to see if path is a valid file
finger(String) - Static method in class com.suse.salt.netapi.calls.wheel.Key
 
Fingerprints() - Constructor for class com.suse.salt.netapi.calls.wheel.Key.Fingerprints
 
fire(Map<String, Object>, String) - Static method in class com.suse.salt.netapi.calls.modules.Event
 
fireMaster(Map<String, Object>, String) - Static method in class com.suse.salt.netapi.calls.modules.Event
 
flatMap(Function<? super R, Result<T>>) - Method in class com.suse.salt.netapi.results.Result
 
flatMap(Function<? super R, Xor<? super L, T>>) - Method in class com.suse.salt.netapi.utils.Xor
 
flatMap(Function<? super R, Xor<? super L, T>>) - Method in class com.suse.salt.netapi.utils.Xor.Left
 
flatMap(Function<? super R, Xor<? super L, T>>) - Method in class com.suse.salt.netapi.utils.Xor.Right
 
fold(Function<FunctionNotAvailable, ? extends T>, Function<ModuleNotSupported, ? extends T>, Function<GenericSaltError, ? extends T>) - Method in class com.suse.salt.netapi.errors.FunctionNotAvailable
 
fold(Function<FunctionNotAvailable, ? extends T>, Function<ModuleNotSupported, ? extends T>, Function<GenericSaltError, ? extends T>) - Method in class com.suse.salt.netapi.errors.GenericSaltError
 
fold(Function<FunctionNotAvailable, ? extends T>, Function<ModuleNotSupported, ? extends T>, Function<GenericSaltError, ? extends T>) - Method in class com.suse.salt.netapi.errors.ModuleNotSupported
 
fold(Function<FunctionNotAvailable, ? extends T>, Function<ModuleNotSupported, ? extends T>, Function<GenericSaltError, ? extends T>) - Method in interface com.suse.salt.netapi.errors.SaltError
 
fold(Function<? super SaltError, ? extends T>, Function<? super R, ? extends T>) - Method in class com.suse.salt.netapi.results.Result
 
fold(Function<? super L, ? extends T>, Function<? super R, ? extends T>) - Method in class com.suse.salt.netapi.utils.Xor
 
fold(Function<? super L, ? extends T>, Function<? super R, ? extends T>) - Method in class com.suse.salt.netapi.utils.Xor.Left
 
fold(Function<? super L, ? extends T>, Function<? super R, ? extends T>) - Method in class com.suse.salt.netapi.utils.Xor.Right
 
FunctionNotAvailable - Class in com.suse.salt.netapi.errors
Salt error when trying to execute a function that does not exist
FunctionNotAvailable(String) - Constructor for class com.suse.salt.netapi.errors.FunctionNotAvailable
 

G

gen(String) - Static method in class com.suse.salt.netapi.calls.wheel.Key
 
genAccept(String, Optional<Boolean>) - Static method in class com.suse.salt.netapi.calls.wheel.Key
 
GenericSaltError - Class in com.suse.salt.netapi.errors
Catch all error that contains the rest of the json which could not be parsed.
GenericSaltError(JsonElement, Throwable) - Constructor for class com.suse.salt.netapi.errors.GenericSaltError
 
get(ClientConfig.Key<T>) - Method in class com.suse.salt.netapi.config.ClientConfig
Returns the configured value for the given key.
get(int) - Method in class com.suse.salt.netapi.results.ResultInfoSet
Returns ResultInfo associated with a given index.
getAccepts() - Method in class com.suse.salt.netapi.datatypes.cherrypy.HttpServer
 
getAcceptsPerSecond() - Method in class com.suse.salt.netapi.datatypes.cherrypy.HttpServer
 
getAdditional() - Method in class com.suse.salt.netapi.event.BeaconEvent
Provides additional information from the tag depending on the type of beacon
getAddress() - Method in class com.suse.salt.netapi.calls.modules.Network.INet
 
getAddress() - Method in class com.suse.salt.netapi.calls.modules.Network.INet6
 
getApplications() - Method in class com.suse.salt.netapi.datatypes.cherrypy.Stats
 
getArch() - Method in class com.suse.salt.netapi.calls.modules.Zypper.ProductInfo
 
getArchitecture() - Method in class com.suse.salt.netapi.calls.modules.Pkg.Info
 
getArgs() - Method in class com.suse.salt.netapi.datatypes.Arguments
 
getArguments() - Method in class com.suse.salt.netapi.calls.runner.Jobs.Info
 
getArguments() - Method in class com.suse.salt.netapi.calls.runner.Jobs.ListJobsEntry
 
getArguments() - Method in class com.suse.salt.netapi.datatypes.Job
 
getArguments() - Method in class com.suse.salt.netapi.results.ResultInfo
Returns a list of arguments supplied function.
getBeacon() - Method in class com.suse.salt.netapi.event.BeaconEvent
Returns the beacon name.
getBindAddress() - Method in class com.suse.salt.netapi.datatypes.cherrypy.HttpServer
 
getBroadcast() - Method in class com.suse.salt.netapi.calls.modules.Network.INet
 
getBugfix() - Method in class com.suse.salt.netapi.datatypes.SaltVersion
Getter for the bugfix of this SaltVersion
getBuildDate() - Method in class com.suse.salt.netapi.calls.modules.Pkg.Info
 
getBuildDateUnixTime() - Method in class com.suse.salt.netapi.calls.modules.Pkg.Info
 
getBuildHost() - Method in class com.suse.salt.netapi.calls.modules.Pkg.Info
 
getBytesRead() - Method in class com.suse.salt.netapi.datatypes.cherrypy.HttpServer
 
getBytesRead() - Method in class com.suse.salt.netapi.datatypes.cherrypy.Request
 
getBytesRead() - Method in class com.suse.salt.netapi.datatypes.cherrypy.ServerThread
 
getBytesWritten() - Method in class com.suse.salt.netapi.datatypes.cherrypy.HttpServer
 
getBytesWritten() - Method in class com.suse.salt.netapi.datatypes.cherrypy.Request
 
getBytesWritten() - Method in class com.suse.salt.netapi.datatypes.cherrypy.ServerThread
 
getChanges(Class<R>) - Method in class com.suse.salt.netapi.calls.modules.State.ApplyResult
 
getChanges(TypeToken<R>) - Method in class com.suse.salt.netapi.calls.modules.State.ApplyResult
 
getChanges() - Method in class com.suse.salt.netapi.results.StateApplyResult
 
getClient() - Method in class com.suse.salt.netapi.datatypes.cherrypy.Request
 
getCmd() - Method in class com.suse.salt.netapi.event.JobReturnEvent.Data
 
getComment() - Method in class com.suse.salt.netapi.calls.modules.Beacon.Result
 
getComment() - Method in class com.suse.salt.netapi.calls.modules.File.Result
 
getComment() - Method in class com.suse.salt.netapi.calls.modules.Schedule.Result
Human readable comment
getComment() - Method in class com.suse.salt.netapi.results.StateApplyResult
 
getConfig() - Method in class com.suse.salt.netapi.client.SaltClient
Directly access the configuration.
getCurrentRequests() - Method in class com.suse.salt.netapi.datatypes.cherrypy.Applications
 
getCurrentTime() - Method in class com.suse.salt.netapi.datatypes.cherrypy.Applications
 
getData() - Method in class com.suse.salt.netapi.calls.modules.Smbios.Record
Get the actual data returned by smbios.records
getData() - Method in class com.suse.salt.netapi.calls.WheelResult
 
getData(TypeToken<R>) - Method in class com.suse.salt.netapi.datatypes.Event
Return this event's data.
getData(Class<R>) - Method in class com.suse.salt.netapi.datatypes.Event
Return this event's data parsed into the given type.
getData() - Method in class com.suse.salt.netapi.datatypes.Event
Return this event's data as a Map
getData(TypeToken<R>) - Method in class com.suse.salt.netapi.event.BeaconEvent
Return the event data parsed into the given type.
getData(Class<R>) - Method in class com.suse.salt.netapi.event.BeaconEvent
Return this event's data parsed into the given type.
getData() - Method in class com.suse.salt.netapi.event.BeaconEvent
Return event data as Map
getData() - Method in class com.suse.salt.netapi.event.JobReturnEvent
 
getData(TypeToken<R>) - Method in class com.suse.salt.netapi.event.MinionStartEvent
Return the event data parsed into the given type.
getData(Class<R>) - Method in class com.suse.salt.netapi.event.MinionStartEvent
Return this event's data parsed into the given type.
getData() - Method in class com.suse.salt.netapi.event.MinionStartEvent
Return event data as Map
getData() - Method in class com.suse.salt.netapi.event.ResultEvent
Return event data as Map
getData(TypeToken<R>) - Method in class com.suse.salt.netapi.event.ResultEvent
Return the event data parsed into the given type.
getData(Class<R>) - Method in class com.suse.salt.netapi.event.ResultEvent
Return this event's data parsed into the given type.
getDatabaseBytes() - Method in class com.suse.salt.netapi.calls.modules.Locate.Stats
 
getDatabaseLocation() - Method in class com.suse.salt.netapi.calls.modules.Locate.Stats
 
getDate(TimeZone) - Method in class com.suse.salt.netapi.datatypes.StartTime
Returns Date representation of StartTime as parsed at a given timezone.
getDate() - Method in class com.suse.salt.netapi.datatypes.StartTime
Returns Date representation of StartTime as parsed using default timezone.
getDeniedMinions() - Method in class com.suse.salt.netapi.calls.wheel.Key.Keys
 
getDependencies() - Method in class com.suse.salt.netapi.calls.modules.Test.VersionInformation
 
getDescription() - Method in class com.suse.salt.netapi.calls.modules.Pkg.Info
 
getDescription() - Method in class com.suse.salt.netapi.calls.modules.Smbios.Record
 
getDescription() - Method in class com.suse.salt.netapi.calls.modules.Zypper.ProductInfo
 
getDirectories() - Method in class com.suse.salt.netapi.calls.modules.Locate.Stats
 
getDuration() - Method in class com.suse.salt.netapi.results.StateApplyResult
 
getEauth() - Method in class com.suse.salt.netapi.datatypes.Token
 
getEndTime() - Method in class com.suse.salt.netapi.datatypes.cherrypy.Request
 
getEol() - Method in class com.suse.salt.netapi.calls.modules.Zypper.ProductInfo
 
getEpoch() - Method in class com.suse.salt.netapi.calls.modules.Pkg.Info
 
getEpoch() - Method in class com.suse.salt.netapi.calls.modules.Zypper.ProductInfo
 
getErrors() - Method in class com.suse.salt.netapi.calls.modules.Pkg.PackageDict
 
getExpire() - Method in class com.suse.salt.netapi.datatypes.Token
 
getExtraFilerefs() - Method in class com.suse.salt.netapi.calls.SaltSSHConfig
 
getFileNamesBytes() - Method in class com.suse.salt.netapi.calls.modules.Locate.Stats
 
getFiles() - Method in class com.suse.salt.netapi.calls.modules.Locate.Stats
 
getFlavor() - Method in class com.suse.salt.netapi.calls.modules.Zypper.ProductInfo
 
getFun() - Method in class com.suse.salt.netapi.calls.Data
 
getFun() - Method in class com.suse.salt.netapi.calls.modules.SaltUtil.RunningInfo
 
getFun() - Method in class com.suse.salt.netapi.event.JobReturnEvent.Data
 
getFun() - Method in class com.suse.salt.netapi.results.SSHResult
 
getFunArgs() - Method in class com.suse.salt.netapi.event.JobReturnEvent.Data
 
getFunArgs() - Method in class com.suse.salt.netapi.results.SSHResult
 
getFunction() - Method in class com.suse.salt.netapi.calls.runner.Jobs.Info
 
getFunction() - Method in class com.suse.salt.netapi.calls.runner.Jobs.ListJobsEntry
 
getFunction() - Method in class com.suse.salt.netapi.datatypes.Job
 
getFunction() - Method in class com.suse.salt.netapi.results.ResultInfo
Returns function name.
getFunctionAttrs() - Method in class com.suse.salt.netapi.calls.modules.Test.ModuleReport
 
getFunctionName() - Method in class com.suse.salt.netapi.errors.FunctionNotAvailable
 
getFunctions() - Method in class com.suse.salt.netapi.calls.modules.Test.ModuleReport
 
getFunctionSubs() - Method in class com.suse.salt.netapi.calls.modules.Test.ModuleReport
 
getGrain() - Method in class com.suse.salt.netapi.datatypes.target.Grains
 
getGroup() - Method in class com.suse.salt.netapi.calls.modules.Pkg.Info
 
getHandle() - Method in class com.suse.salt.netapi.calls.modules.Smbios.Record
 
getHash(String) - Static method in class com.suse.salt.netapi.calls.modules.File
Get the hash sum of a file
getHash(String, HashType) - Static method in class com.suse.salt.netapi.calls.modules.File
Get the hash sum of a file
getHash(String, HashType, long) - Static method in class com.suse.salt.netapi.calls.modules.File
Get the hash sum of a file
getHashType() - Method in enum com.suse.salt.netapi.calls.modules.HashType
 
getHostname() - Method in class com.suse.salt.netapi.config.ProxySettings
 
getHttpServer() - Method in class com.suse.salt.netapi.datatypes.cherrypy.Stats
 
getHWAddr() - Method in class com.suse.salt.netapi.calls.modules.Network.Interface
 
getId() - Method in class com.suse.salt.netapi.event.JobReturnEvent.Data
 
getId() - Method in class com.suse.salt.netapi.results.SSHResult
 
getIdentitiesOnly() - Method in class com.suse.salt.netapi.calls.SaltSSHConfig
 
getIgnoreHostKeys() - Method in class com.suse.salt.netapi.calls.SaltSSHConfig
 
getInet() - Method in class com.suse.salt.netapi.calls.modules.Network.Interface
 
getInet6() - Method in class com.suse.salt.netapi.calls.modules.Network.Interface
 
getInfoList() - Method in class com.suse.salt.netapi.results.ResultInfoSet
Returns a list of all results.
getInstallDate() - Method in class com.suse.salt.netapi.calls.modules.Pkg.Info
 
getInstallDateUnixTime() - Method in class com.suse.salt.netapi.calls.modules.Pkg.Info
 
getInstalled() - Method in class com.suse.salt.netapi.calls.modules.Zypper.ProductInfo
 
getInstance() - Static method in class com.suse.salt.netapi.client.impl.RequestFactory
Gets the single instance of RequestFactory.
getIsbase() - Method in class com.suse.salt.netapi.calls.modules.Zypper.ProductInfo
 
getJid() - Method in class com.suse.salt.netapi.calls.Data
 
getJid() - Method in class com.suse.salt.netapi.calls.modules.SaltUtil.RunningInfo
 
getJid() - Method in class com.suse.salt.netapi.calls.runner.Jobs.Info
 
getJid() - Method in class com.suse.salt.netapi.calls.ScheduledJob
 
getJid() - Method in class com.suse.salt.netapi.datatypes.ScheduledJob
 
getJid() - Method in class com.suse.salt.netapi.event.JobReturnEvent.Data
 
getJid() - Method in class com.suse.salt.netapi.event.ResultEvent
The job id to which the result belongs
getJid() - Method in class com.suse.salt.netapi.results.SSHResult
 
getJobId() - Method in class com.suse.salt.netapi.event.JobReturnEvent
The id of the job
getJobResult(ScheduledJob) - Method in class com.suse.salt.netapi.client.SaltClient
Query for the result of a supplied job.
getJobResult(String) - Method in class com.suse.salt.netapi.client.SaltClient
Query for the result of a supplied job.
getJobs() - Method in class com.suse.salt.netapi.client.SaltClient
Get previously run jobs.
getJobsAsync() - Method in class com.suse.salt.netapi.client.SaltClient
Asynchronously get previously run jobs.
getJson() - Method in class com.suse.salt.netapi.errors.GenericSaltError
 
getKeyDeploy() - Method in class com.suse.salt.netapi.calls.SaltSSHConfig
 
getKwargs() - Method in class com.suse.salt.netapi.datatypes.Arguments
 
getLabel() - Method in class com.suse.salt.netapi.calls.modules.Network.INet
 
getLicense() - Method in class com.suse.salt.netapi.calls.modules.Pkg.Info
 
getListenerCount() - Method in class com.suse.salt.netapi.event.EventStream
Helper method that returns the current number of subscribed listeners.
getLocal() - Method in class com.suse.salt.netapi.calls.wheel.Key.Keys
 
getMetadata(Class<R>) - Method in class com.suse.salt.netapi.calls.modules.SaltUtil.RunningInfo
 
getMetadata(TypeToken<R>) - Method in class com.suse.salt.netapi.calls.modules.SaltUtil.RunningInfo
 
getMetadata() - Method in class com.suse.salt.netapi.event.JobReturnEvent.Data
 
getMetadata(Class<R>) - Method in class com.suse.salt.netapi.event.JobReturnEvent.Data
 
getMetadata(TypeToken<R>) - Method in class com.suse.salt.netapi.event.JobReturnEvent.Data
 
getMinionDetails(String) - Method in class com.suse.salt.netapi.client.SaltClient
Query for details (grains) of the specified minion.
getMinionDetailsAsync(String) - Method in class com.suse.salt.netapi.client.SaltClient
Query for details (grains) of the specified minion asynchronously.
getMinionId() - Method in class com.suse.salt.netapi.event.BeaconEvent
Returns the id of the minion that triggered the beacon
getMinionId() - Method in class com.suse.salt.netapi.event.JobReturnEvent
 
getMinionId() - Method in class com.suse.salt.netapi.event.MinionStartEvent
The id of the minion that started
getMinionId() - Method in class com.suse.salt.netapi.event.ResultEvent
The id of the minion from which the result came
getMinions() - Method in class com.suse.salt.netapi.calls.LocalAsyncResult
 
getMinions() - Method in class com.suse.salt.netapi.calls.runner.Jobs.Info
 
getMinions() - Method in class com.suse.salt.netapi.calls.wheel.Key.Keys
 
getMinions() - Method in class com.suse.salt.netapi.client.SaltClient
Query for all minions and immediately return a map of minions keyed by minion id.
getMinions() - Method in class com.suse.salt.netapi.datatypes.ScheduledJob
 
getMinions() - Method in class com.suse.salt.netapi.results.ResultInfo
Returns set of minions this job was submitted to.
getMinionsAsync() - Method in class com.suse.salt.netapi.client.SaltClient
Asynchronously query for all minions and return a map of minions keyed by minion id.
getMissingAttrs() - Method in class com.suse.salt.netapi.calls.modules.Test.ModuleReport
 
getMissingSubs() - Method in class com.suse.salt.netapi.calls.modules.Test.ModuleReport
 
getMode(String, boolean) - Static method in class com.suse.salt.netapi.calls.modules.File
Return the mode of a file
getModuleAttrs() - Method in class com.suse.salt.netapi.calls.modules.Test.ModuleReport
 
getModuleName() - Method in class com.suse.salt.netapi.errors.ModuleNotSupported
 
getModules() - Method in class com.suse.salt.netapi.calls.modules.Test.ModuleReport
 
getMonth() - Method in class com.suse.salt.netapi.datatypes.SaltVersion
Getter for the month of this SaltVersion
getName() - Method in class com.suse.salt.netapi.calls.modules.Zypper.ProductInfo
 
getName() - Method in class com.suse.salt.netapi.results.StateApplyResult
 
getNetmask() - Method in class com.suse.salt.netapi.calls.modules.Network.INet
 
getNewFeaturesHaveBeenAdded() - Method in class com.suse.salt.netapi.calls.modules.Pkg.Info
 
getNoHostKeys() - Method in class com.suse.salt.netapi.calls.SaltSSHConfig
 
getOffset() - Static method in class com.suse.salt.netapi.calls.modules.Timezone
 
getOrElse(Supplier<? extends R>) - Method in class com.suse.salt.netapi.utils.Xor
 
getOrElse(Supplier<? extends R>) - Method in class com.suse.salt.netapi.utils.Xor.Left
 
getOrElse(Supplier<? extends R>) - Method in class com.suse.salt.netapi.utils.Xor.Right
 
getOut() - Method in class com.suse.salt.netapi.event.JobReturnEvent.Data
 
getPackager() - Method in class com.suse.salt.netapi.calls.modules.Pkg.Info
 
getPackages() - Method in class com.suse.salt.netapi.calls.modules.Pkg.PackageDict
 
getPasswd() - Method in class com.suse.salt.netapi.calls.SaltSSHConfig
 
getPassword() - Method in class com.suse.salt.netapi.config.ProxySettings
 
getPayload() - Method in interface com.suse.salt.netapi.calls.Call
Return the call payload as a map of key/value pairs.
getPayload() - Method in class com.suse.salt.netapi.calls.LocalCall
Return the call payload as a map of key/value pairs.
getPayload() - Method in class com.suse.salt.netapi.calls.RunnerCall
Return the call payload as a map of key/value pairs.
getPayload() - Method in class com.suse.salt.netapi.calls.WheelCall
Return the call payload as a map of key/value pairs.
getPendingMinions() - Method in class com.suse.salt.netapi.results.ResultInfo
Returns a set of minions that have yet to return a result.
getPerms() - Method in class com.suse.salt.netapi.datatypes.Token
 
getPid() - Method in class com.suse.salt.netapi.calls.modules.SaltUtil.RunningInfo
 
getPid() - Method in class com.suse.salt.netapi.results.CmdExecCodeAllResult
 
getPort() - Method in class com.suse.salt.netapi.config.ProxySettings
 
getPrefixlen() - Method in class com.suse.salt.netapi.calls.modules.Network.INet6
 
getPriv() - Method in class com.suse.salt.netapi.calls.SaltSSHConfig
 
getPriv() - Method in class com.suse.salt.netapi.calls.wheel.Key.Pair
 
getProcessingTime() - Method in class com.suse.salt.netapi.datatypes.cherrypy.Request
 
getProductline() - Method in class com.suse.salt.netapi.calls.modules.Zypper.ProductInfo
 
getPub() - Method in class com.suse.salt.netapi.calls.wheel.Key.Pair
 
getQueue() - Method in class com.suse.salt.netapi.datatypes.cherrypy.HttpServer
 
getReadsPerRequest() - Method in class com.suse.salt.netapi.datatypes.cherrypy.Applications
 
getReadsPerSecond() - Method in class com.suse.salt.netapi.datatypes.cherrypy.Applications
 
getReadThroughput() - Method in class com.suse.salt.netapi.datatypes.cherrypy.HttpServer
 
getReadThroughput() - Method in class com.suse.salt.netapi.datatypes.cherrypy.ServerThread
 
getRefreshCache() - Method in class com.suse.salt.netapi.calls.SaltSSHConfig
 
getRegisterrelease() - Method in class com.suse.salt.netapi.calls.modules.Zypper.ProductInfo
 
getRejectedMinions() - Method in class com.suse.salt.netapi.calls.wheel.Key.Keys
 
getRelease() - Method in class com.suse.salt.netapi.calls.modules.Pkg.Info
 
getRelease() - Method in class com.suse.salt.netapi.calls.modules.Zypper.ProductInfo
 
getReleaseCandidate() - Method in class com.suse.salt.netapi.datatypes.SaltVersion
Getter for the release candidate of this SaltVersion
getRelocations() - Method in class com.suse.salt.netapi.calls.modules.Pkg.Info
 
getRemotePortForwards() - Method in class com.suse.salt.netapi.calls.SaltSSHConfig
 
getRepo() - Method in class com.suse.salt.netapi.calls.modules.Zypper.ProductInfo
 
getRequestLine() - Method in class com.suse.salt.netapi.datatypes.cherrypy.Request
 
getRequests() - Method in class com.suse.salt.netapi.datatypes.cherrypy.Applications
 
getRequests() - Method in class com.suse.salt.netapi.datatypes.cherrypy.HttpServer
 
getRequests() - Method in class com.suse.salt.netapi.datatypes.cherrypy.ServerThread
 
getRequestsPerSecond() - Method in class com.suse.salt.netapi.datatypes.cherrypy.Applications
 
getResponeStatus() - Method in class com.suse.salt.netapi.datatypes.cherrypy.Request
 
getResult() - Method in class com.suse.salt.netapi.calls.Data
 
getResult() - Method in class com.suse.salt.netapi.calls.modules.Beacon.Result
 
getResult() - Method in class com.suse.salt.netapi.calls.modules.File.Result
 
getResult() - Method in class com.suse.salt.netapi.calls.modules.Schedule.Result
boolean indicating success
getResult(String, Class<T>) - Method in class com.suse.salt.netapi.calls.runner.Jobs.Info
 
getResult(String, TypeToken<T>) - Method in class com.suse.salt.netapi.calls.runner.Jobs.Info
 
getResult() - Method in interface com.suse.salt.netapi.client.Connection
Send a GET request and parse the result into object of given Type.
getResult(String) - Method in interface com.suse.salt.netapi.client.Connection
Send a POST request and parse the result into object of given Type.
getResult(String) - Method in class com.suse.salt.netapi.client.impl.HttpClientConnection
Send a POST request and parse the result into object of given Type.
getResult() - Method in class com.suse.salt.netapi.client.impl.HttpClientConnection
Send a GET request and parse the result into object of given Type.
getResult(String) - Method in class com.suse.salt.netapi.client.impl.JDKConnection
Send a POST request and parse the result into object of given Type.
getResult() - Method in class com.suse.salt.netapi.client.impl.JDKConnection
Send a GET request and parse the result into object of given Type.
getResult() - Method in class com.suse.salt.netapi.event.JobReturnEvent.Data
 
getResult(Class<R>) - Method in class com.suse.salt.netapi.event.JobReturnEvent.Data
 
getResult(TypeToken<R>) - Method in class com.suse.salt.netapi.event.JobReturnEvent.Data
 
getResult(String) - Method in class com.suse.salt.netapi.results.ResultInfo
Returns job's return value that is associated with supplied minion as an Optional.
getResult() - Method in class com.suse.salt.netapi.results.Return
Returns the value of this result.
getResults() - Method in class com.suse.salt.netapi.results.ResultInfo
Returns result map of available Object associated with each minion.
getRet() - Method in class com.suse.salt.netapi.results.Ret
 
getRetcode() - Method in class com.suse.salt.netapi.event.JobReturnEvent.Data
 
getRetcode() - Method in class com.suse.salt.netapi.results.CmdExecCodeAllResult
 
getRetcode() - Method in class com.suse.salt.netapi.results.SSHRawResult
 
getRetcode() - Method in class com.suse.salt.netapi.results.SSHResult
 
getReturn() - Method in class com.suse.salt.netapi.results.SSHResult
 
getReturnType() - Method in class com.suse.salt.netapi.calls.LocalCall
 
getReturnType() - Method in class com.suse.salt.netapi.calls.RunnerCall
 
getReturnType() - Method in class com.suse.salt.netapi.calls.WheelCall
 
getRoster() - Method in class com.suse.salt.netapi.calls.SaltSSHConfig
 
getRosterFile() - Method in class com.suse.salt.netapi.calls.SaltSSHConfig
 
getRunNum() - Method in class com.suse.salt.netapi.results.StateApplyResult
 
getRunTime() - Method in class com.suse.salt.netapi.datatypes.cherrypy.HttpServer
 
getSalt() - Method in class com.suse.salt.netapi.calls.modules.Test.VersionInformation
 
getScanPorts() - Method in class com.suse.salt.netapi.calls.SaltSSHConfig
 
getScanTimeout() - Method in class com.suse.salt.netapi.calls.SaltSSHConfig
 
getSchedule() - Method in class com.suse.salt.netapi.event.JobReturnEvent.Data
 
getScope() - Method in class com.suse.salt.netapi.calls.modules.Network.INet6
 
getServerVersion() - Method in class com.suse.salt.netapi.datatypes.cherrypy.Applications
 
getShortname() - Method in class com.suse.salt.netapi.calls.modules.Zypper.ProductInfo
 
getSignature() - Method in class com.suse.salt.netapi.calls.modules.Pkg.Info
 
getSize() - Method in class com.suse.salt.netapi.calls.modules.Pkg.Info
 
getSocketErrors() - Method in class com.suse.salt.netapi.datatypes.cherrypy.HttpServer
 
getSource() - Method in class com.suse.salt.netapi.calls.modules.Pkg.Info
 
getSSHMaxProcs() - Method in class com.suse.salt.netapi.calls.SaltSSHConfig
 
getStart() - Method in class com.suse.salt.netapi.datatypes.Token
 
getStartTime() - Method in class com.suse.salt.netapi.calls.runner.Jobs.Info
 
getStartTime(TimeZone) - Method in class com.suse.salt.netapi.calls.runner.Jobs.ListJobsEntry
 
getStartTime() - Method in class com.suse.salt.netapi.calls.runner.Jobs.ListJobsEntry
 
getStartTime() - Method in class com.suse.salt.netapi.datatypes.cherrypy.Applications
 
getStartTime() - Method in class com.suse.salt.netapi.datatypes.cherrypy.Request
 
getStartTime(TimeZone) - Method in class com.suse.salt.netapi.datatypes.Job
Returns start time at a given TimeZone
getStartTime() - Method in class com.suse.salt.netapi.datatypes.Job
Returns start time assuming default TimeZone is Salt master's timezone.
getStartTime(TimeZone) - Method in class com.suse.salt.netapi.results.ResultInfo
Returns start time of the job.
getStartTime() - Method in class com.suse.salt.netapi.results.ResultInfo
Returns start time assuming default TimeZone is Salt master's timezone.
getStartTime() - Method in class com.suse.salt.netapi.results.StateApplyResult
 
getStderr() - Method in class com.suse.salt.netapi.results.CmdExecCodeAllResult
 
getStderr() - Method in class com.suse.salt.netapi.results.SSHRawResult
 
getStderr() - Method in class com.suse.salt.netapi.results.SSHResult
 
getStdout() - Method in class com.suse.salt.netapi.results.CmdExecCodeAllResult
 
getStdout() - Method in class com.suse.salt.netapi.results.SSHRawResult
 
getStdout() - Method in class com.suse.salt.netapi.results.SSHResult
 
getSudo() - Method in class com.suse.salt.netapi.calls.SaltSSHConfig
 
getSummary() - Method in class com.suse.salt.netapi.calls.modules.Pkg.Info
 
getSummary() - Method in class com.suse.salt.netapi.calls.modules.Pkg.PackageInfo
 
getSummary() - Method in class com.suse.salt.netapi.calls.modules.Zypper.ProductInfo
 
getSystem() - Method in class com.suse.salt.netapi.calls.modules.Test.VersionInformation
 
getTag() - Method in class com.suse.salt.netapi.calls.Data
 
getTag() - Method in class com.suse.salt.netapi.calls.RunnerAsyncResult
 
getTag() - Method in class com.suse.salt.netapi.calls.WheelAsyncResult
 
getTag() - Method in class com.suse.salt.netapi.calls.WheelResult
 
getTag() - Method in class com.suse.salt.netapi.datatypes.Event
Return this event's tag.
getTarget() - Method in class com.suse.salt.netapi.calls.modules.SaltUtil.RunningInfo
 
getTarget() - Method in class com.suse.salt.netapi.calls.runner.Jobs.Info
 
getTarget() - Method in class com.suse.salt.netapi.calls.runner.Jobs.ListJobsEntry
 
getTarget() - Method in class com.suse.salt.netapi.datatypes.Job
 
getTarget() - Method in class com.suse.salt.netapi.datatypes.target.Glob
Return the target.
getTarget() - Method in class com.suse.salt.netapi.datatypes.target.Grains
 
getTarget() - Method in class com.suse.salt.netapi.datatypes.target.MinionList
Return the target.
getTarget() - Method in class com.suse.salt.netapi.datatypes.target.NodeGroup
Return the target.
getTarget() - Method in interface com.suse.salt.netapi.datatypes.target.Target
Return the target.
getTarget() - Method in class com.suse.salt.netapi.results.ResultInfo
Returns target of job submission.
getTargetType() - Method in class com.suse.salt.netapi.calls.modules.SaltUtil.RunningInfo
 
getTargetType() - Method in class com.suse.salt.netapi.calls.runner.Jobs.Info
 
getTargetType() - Method in class com.suse.salt.netapi.datatypes.Job
 
getThreads() - Method in class com.suse.salt.netapi.datatypes.cherrypy.HttpServer
 
getThreadsIdle() - Method in class com.suse.salt.netapi.datatypes.cherrypy.HttpServer
 
getThrowable() - Method in class com.suse.salt.netapi.errors.GenericSaltError
 
getTimestamp() - Method in class com.suse.salt.netapi.event.JobReturnEvent.Data
 
getToken() - Method in class com.suse.salt.netapi.datatypes.Token
 
getTotalBytesRead() - Method in class com.suse.salt.netapi.datatypes.cherrypy.Applications
 
getTotalBytesWritten() - Method in class com.suse.salt.netapi.datatypes.cherrypy.Applications
 
getTotalRequests() - Method in class com.suse.salt.netapi.datatypes.cherrypy.Applications
 
getTotalTime() - Method in class com.suse.salt.netapi.datatypes.cherrypy.Applications
 
getType() - Method in class com.suse.salt.netapi.calls.modules.Smbios.Record
 
getType() - Method in enum com.suse.salt.netapi.calls.modules.Smbios.RecordType
 
getType() - Method in class com.suse.salt.netapi.calls.ScheduledJob
 
getType() - Method in class com.suse.salt.netapi.datatypes.target.Glob
Return the target type.
getType() - Method in class com.suse.salt.netapi.datatypes.target.Grains
 
getType() - Method in class com.suse.salt.netapi.datatypes.target.MinionList
Return the target type.
getType() - Method in class com.suse.salt.netapi.datatypes.target.NodeGroup
Return the target type.
getType() - Method in interface com.suse.salt.netapi.datatypes.target.Target
Return the target type.
getUnacceptedMinions() - Method in class com.suse.salt.netapi.calls.wheel.Key.Keys
 
getUptime() - Method in class com.suse.salt.netapi.datatypes.cherrypy.Applications
 
getUrl() - Method in class com.suse.salt.netapi.calls.modules.Pkg.Info
 
getUser() - Method in class com.suse.salt.netapi.calls.Data
 
getUser() - Method in class com.suse.salt.netapi.calls.modules.SaltUtil.RunningInfo
 
getUser() - Method in class com.suse.salt.netapi.calls.runner.Jobs.Info
 
getUser() - Method in class com.suse.salt.netapi.calls.runner.Jobs.ListJobsEntry
 
getUser() - Method in class com.suse.salt.netapi.calls.SaltSSHConfig
 
getUser() - Method in class com.suse.salt.netapi.datatypes.Job
 
getUser() - Method in class com.suse.salt.netapi.datatypes.Token
 
getUser() - Method in class com.suse.salt.netapi.results.ResultInfo
Returns user associated with this job.
getUsername() - Method in class com.suse.salt.netapi.config.ProxySettings
 
getValue() - Method in enum com.suse.salt.netapi.AuthModule
 
getValue() - Method in enum com.suse.salt.netapi.calls.Client
 
getValue() - Method in class com.suse.salt.netapi.datatypes.target.Grains
 
getVendor() - Method in class com.suse.salt.netapi.calls.modules.Pkg.Info
 
getVendor() - Method in class com.suse.salt.netapi.calls.modules.Zypper.ProductInfo
 
getVersion() - Method in class com.suse.salt.netapi.calls.modules.Pkg.Info
 
getVersion() - Method in class com.suse.salt.netapi.calls.modules.Zypper.ProductInfo
 
getWipe() - Method in class com.suse.salt.netapi.calls.SaltSSHConfig
 
getWorkerThreads() - Method in class com.suse.salt.netapi.datatypes.cherrypy.HttpServer
 
getWorkTime() - Method in class com.suse.salt.netapi.datatypes.cherrypy.HttpServer
 
getWorkTime() - Method in class com.suse.salt.netapi.datatypes.cherrypy.ServerThread
 
getWritesPerRequest() - Method in class com.suse.salt.netapi.datatypes.cherrypy.Applications
 
getWritesPerSecond() - Method in class com.suse.salt.netapi.datatypes.cherrypy.Applications
 
getWriteThroughput() - Method in class com.suse.salt.netapi.datatypes.cherrypy.HttpServer
 
getWriteThroughput() - Method in class com.suse.salt.netapi.datatypes.cherrypy.ServerThread
 
getYear() - Method in class com.suse.salt.netapi.datatypes.SaltVersion
Getter for the year of this SaltVersion
glob(String, Optional<String>) - Static method in class com.suse.salt.netapi.calls.modules.Match
 
glob(String) - Static method in class com.suse.salt.netapi.calls.modules.Match
 
Glob - Class in com.suse.salt.netapi.datatypes.target
Target for specifying minions by glob pattern.
Glob() - Constructor for class com.suse.salt.netapi.datatypes.target.Glob
Default constructor.
Glob(String) - Constructor for class com.suse.salt.netapi.datatypes.target.Glob
Constructor expecting a glob pattern as string.
grain(String, Optional<String>) - Static method in class com.suse.salt.netapi.calls.modules.Match
 
Grains - Class in com.suse.salt.netapi.calls.modules
salt.modules.grains
Grains - Class in com.suse.salt.netapi.datatypes.target
Matcher based on salt grains
Grains(String, String) - Constructor for class com.suse.salt.netapi.datatypes.target.Grains
Creates a grains matcher
GSON - Static variable in class com.suse.salt.netapi.parser.JsonParser
 

H

hashCode() - Method in class com.suse.salt.netapi.errors.FunctionNotAvailable
 
hashCode() - Method in class com.suse.salt.netapi.errors.GenericSaltError
 
hashCode() - Method in class com.suse.salt.netapi.errors.ModuleNotSupported
 
hashCode() - Method in class com.suse.salt.netapi.utils.Xor.Left
 
hashCode() - Method in class com.suse.salt.netapi.utils.Xor.Right
 
HashType - Enum in com.suse.salt.netapi.calls.modules
The type of hash based on Python hashlib - only always supported types.
hasValue(String) - Static method in class com.suse.salt.netapi.calls.modules.Grains
 
HttpClientConnection<T> - Class in com.suse.salt.netapi.client.impl
Class representation of a connection to Salt for issuing API requests using Apache's HttpClient.
HttpClientConnection(String, JsonParser<T>, ClientConfig) - Constructor for class com.suse.salt.netapi.client.impl.HttpClientConnection
Init a connection to a given Salt API endpoint.
HttpClientConnectionFactory - Class in com.suse.salt.netapi.client.impl
Implementation of a factory for connections using Apache's HttpClient.
HttpClientConnectionFactory() - Constructor for class com.suse.salt.netapi.client.impl.HttpClientConnectionFactory
 
HttpServer - Class in com.suse.salt.netapi.datatypes.cherrypy
Representation of HTTP server statistics.
HttpServer() - Constructor for class com.suse.salt.netapi.datatypes.cherrypy.HttpServer
 

I

identitiesOnly(boolean) - Method in class com.suse.salt.netapi.calls.SaltSSHConfig.Builder
Use the only authentication identity files configured in the ssh_config files.
ignoreHostKeys(boolean) - Method in class com.suse.salt.netapi.calls.SaltSSHConfig.Builder
By default ssh host keys are honored and connections will ask for approval.
INet() - Constructor for class com.suse.salt.netapi.calls.modules.Network.INet
 
INet6() - Constructor for class com.suse.salt.netapi.calls.modules.Network.INet6
 
Info() - Constructor for class com.suse.salt.netapi.calls.modules.Pkg.Info
 
Info() - Constructor for class com.suse.salt.netapi.calls.runner.Jobs.Info
 
infoAvailable(String...) - Static method in class com.suse.salt.netapi.calls.modules.Pkg
 
infoInstalled(List<String>, boolean, String...) - Static method in class com.suse.salt.netapi.calls.modules.Pkg
Call 'pkg.info_installed' API.
initConnection(String, String, ClientConfig) - Method in class com.suse.salt.netapi.client.impl.RequestFactory
Init a HttpURLConnection object from a given URI.
install(boolean, List<String>) - Static method in class com.suse.salt.netapi.calls.modules.Pkg
Call 'pkg.install' API.
install(boolean, Map<String, String>) - Static method in class com.suse.salt.netapi.calls.modules.Pkg
 
INTEGER - Static variable in class com.suse.salt.netapi.parser.Adapters
 
Interface() - Constructor for class com.suse.salt.netapi.calls.modules.Network.Interface
 
interfaces() - Static method in class com.suse.salt.netapi.calls.modules.Network
 
isEnable() - Method in class com.suse.salt.netapi.datatypes.cherrypy.HttpServer
 
isEnabled() - Method in class com.suse.salt.netapi.datatypes.cherrypy.Applications
 
isEventStreamClosed() - Method in class com.suse.salt.netapi.event.EventStream
Helper method to check if the WebSocket Session exists and is open.
isLeft() - Method in class com.suse.salt.netapi.utils.Xor
 
isLeft() - Method in class com.suse.salt.netapi.utils.Xor.Left
 
isLeft() - Method in class com.suse.salt.netapi.utils.Xor.Right
 
isResult() - Method in class com.suse.salt.netapi.results.StateApplyResult
 
isResultSSHResult(Type) - Static method in class com.suse.salt.netapi.parser.ResultSSHResultTypeAdapterFactory
 
isRight() - Method in class com.suse.salt.netapi.utils.Xor
 
isRight() - Method in class com.suse.salt.netapi.utils.Xor.Left
 
isRight() - Method in class com.suse.salt.netapi.utils.Xor.Right
 
isSuccess() - Method in class com.suse.salt.netapi.calls.Data
 
isSuccess() - Method in class com.suse.salt.netapi.event.JobReturnEvent.Data
 
isUp() - Method in class com.suse.salt.netapi.calls.modules.Network.Interface
 
item(boolean, String...) - Static method in class com.suse.salt.netapi.calls.modules.Grains
 
items(boolean) - Static method in class com.suse.salt.netapi.calls.modules.Grains
 
iterator() - Method in class com.suse.salt.netapi.results.ResultInfoSet
Returns an iterator to the ResultInfo collection.

J

JDKConnection<T> - Class in com.suse.salt.netapi.client.impl
Class representation of a connection to Salt for issuing API requests using JDK's HttpURLConnection.
JDKConnection(String, JsonParser<T>, ClientConfig) - Constructor for class com.suse.salt.netapi.client.impl.JDKConnection
Init a connection to a given Salt API endpoint.
JDKConnectionFactory - Class in com.suse.salt.netapi.client.impl
Implementation of a factory for connections using JDK's HttpURLConnection.
JDKConnectionFactory() - Constructor for class com.suse.salt.netapi.client.impl.JDKConnectionFactory
 
Job - Class in com.suse.salt.netapi.datatypes
Representation of a previously run job.
Job() - Constructor for class com.suse.salt.netapi.datatypes.Job
 
JOB_RESULTS - Static variable in class com.suse.salt.netapi.parser.JsonParser
 
JobReturnEvent - Class in com.suse.salt.netapi.event
Representation of job return events fired each time a minion returns data for a job.
JobReturnEvent.Data - Class in com.suse.salt.netapi.event
Data object of the job return event
Jobs - Class in com.suse.salt.netapi.calls.runner
salt.runners.jobs
JOBS - Static variable in class com.suse.salt.netapi.parser.JsonParser
 
Jobs.Info - Class in com.suse.salt.netapi.calls.runner
Information about a salt job as returned by 'jobs.list_job'
Jobs.ListJobsEntry - Class in com.suse.salt.netapi.calls.runner
Result entry of jobs.list_jobs
JsonParser<T> - Class in com.suse.salt.netapi.parser
Parser for Salt API responses.
JsonParser(TypeToken<T>) - Constructor for class com.suse.salt.netapi.parser.JsonParser
Created a new JsonParser for the given type.
JsonParser(TypeToken<T>, Gson) - Constructor for class com.suse.salt.netapi.parser.JsonParser
Created a new JsonParser for the given type.

K

Key - Class in com.suse.salt.netapi.calls.wheel
salt.wheel.key
Key.Fingerprints - Class in com.suse.salt.netapi.calls.wheel
Matching key fingerprints as returned by "key.finger".
Key.Keys<T> - Class in com.suse.salt.netapi.calls.wheel
Salt keys information.
Key.Names - Class in com.suse.salt.netapi.calls.wheel
Salt keys as returned by "key.list_all".
Key.Pair - Class in com.suse.salt.netapi.calls.wheel
A key pair as returned by "key.gen" or "key.gen_accept".
keyDeploy(boolean) - Method in class com.suse.salt.netapi.calls.SaltSSHConfig.Builder
Set this flag to attempt to deploy the authorized ssh key with all minions.
Keys() - Constructor for class com.suse.salt.netapi.calls.wheel.Key.Keys
 
keys() - Method in class com.suse.salt.netapi.client.SaltClient
Query general key information.
KEYS - Static variable in class com.suse.salt.netapi.parser.JsonParser
 
keysAsync() - Method in class com.suse.salt.netapi.client.SaltClient
Asynchronously query general key information.

L

latestVersion(String) - Static method in class com.suse.salt.netapi.calls.modules.Pkg
 
latestVersion(String, String, String...) - Static method in class com.suse.salt.netapi.calls.modules.Pkg
 
left(L) - Static method in class com.suse.salt.netapi.utils.Xor
 
left() - Method in class com.suse.salt.netapi.utils.Xor
 
left() - Method in class com.suse.salt.netapi.utils.Xor.Left
 
left() - Method in class com.suse.salt.netapi.utils.Xor.Right
 
leftMap(Function<? super L, Xor<T, R>>) - Method in class com.suse.salt.netapi.utils.Xor.Left
 
leftMap(Function<? super L, Xor<T, R>>) - Method in class com.suse.salt.netapi.utils.Xor.Right
 
list() - Static method in class com.suse.salt.netapi.calls.modules.Beacon
 
list(List<String>, Optional<String>) - Static method in class com.suse.salt.netapi.calls.modules.Match
 
list(String...) - Static method in class com.suse.salt.netapi.calls.modules.Match
 
listAll() - Static method in class com.suse.salt.netapi.calls.wheel.Key
 
listJob(String) - Static method in class com.suse.salt.netapi.calls.runner.Jobs
 
listJobs(Object) - Static method in class com.suse.salt.netapi.calls.runner.Jobs
 
ListJobsEntry() - Constructor for class com.suse.salt.netapi.calls.runner.Jobs.ListJobsEntry
 
listPkgs() - Static method in class com.suse.salt.netapi.calls.modules.Pkg
 
listProducts(boolean) - Static method in class com.suse.salt.netapi.calls.modules.Zypper
 
loadavg() - Static method in class com.suse.salt.netapi.calls.modules.Status
 
local - Variable in class com.suse.salt.netapi.calls.wheel.Key.Keys
 
LocalAsyncResult<R> - Class in com.suse.salt.netapi.calls
Result of calling a execution module function asynchronously.
LocalAsyncResult() - Constructor for class com.suse.salt.netapi.calls.LocalAsyncResult
 
LocalCall<R> - Class in com.suse.salt.netapi.calls
Class representing a function call of a salt execution module.
LocalCall(String, Optional<List<?>>, Optional<Map<String, ?>>, TypeToken<R>, Optional<?>) - Constructor for class com.suse.salt.netapi.calls.LocalCall
 
LocalCall(String, Optional<List<?>>, Optional<Map<String, ?>>, TypeToken<R>) - Constructor for class com.suse.salt.netapi.calls.LocalCall
 
LocalDateTimeISOAdapter - Class in com.suse.salt.netapi.parser
Adapter to convert an ISO formatted string to LocalDateTime
LocalDateTimeISOAdapter() - Constructor for class com.suse.salt.netapi.parser.LocalDateTimeISOAdapter
 
Locate - Class in com.suse.salt.netapi.calls.modules
salt.modules.locate Module for using the mlocate utilities.
Locate() - Constructor for class com.suse.salt.netapi.calls.modules.Locate
 
locate(String, Optional<String>, Optional<Integer>, Optional<Locate.LocateOpts>) - Static method in class com.suse.salt.netapi.calls.modules.Locate
Performs a file lookup.
Locate.LocateOpts - Class in com.suse.salt.netapi.calls.modules
All possible options for "locate" method.
Locate.Stats - Class in com.suse.salt.netapi.calls.modules
Locate module result object
LocateOpts() - Constructor for class com.suse.salt.netapi.calls.modules.Locate.LocateOpts
 
login(String, String, AuthModule) - Method in class com.suse.salt.netapi.client.SaltClient
Perform login and return the token.
loginAsync(String, String, AuthModule) - Method in class com.suse.salt.netapi.client.SaltClient
Asynchronously perform login and return a Future with the token.
logout() - Method in class com.suse.salt.netapi.client.SaltClient
Perform logout and clear the session token from the config.
logoutAsync() - Method in class com.suse.salt.netapi.client.SaltClient
Asynchronously perform logout and clear the session token from the config.
LONG - Static variable in class com.suse.salt.netapi.parser.Adapters
 
lookupJid(String) - Static method in class com.suse.salt.netapi.calls.runner.Jobs
 
lookupJid(LocalAsyncResult<R>) - Static method in class com.suse.salt.netapi.calls.runner.Jobs
 
lookupJid(WheelAsyncResult<R>) - Static method in class com.suse.salt.netapi.calls.runner.Jobs
 
lookupJid(RunnerAsyncResult<R>) - Static method in class com.suse.salt.netapi.calls.runner.Jobs
 
ls() - Static method in class com.suse.salt.netapi.calls.modules.Grains
 

M

Manage - Class in com.suse.salt.netapi.calls.runner
salt.runners.manage
MAP - Static variable in class com.suse.salt.netapi.parser.JsonParser
 
map(Function<? super R, ? extends T>) - Method in class com.suse.salt.netapi.results.Result
 
map(Function<? super R, ? extends T>) - Method in class com.suse.salt.netapi.utils.Xor.Left
 
map(Function<? super R, ? extends T>) - Method in class com.suse.salt.netapi.utils.Xor
 
map(Function<? super R, ? extends T>) - Method in class com.suse.salt.netapi.utils.Xor.Right
 
mapConfigPropsToArgs(SaltSSHConfig, Map<String, Object>) - Static method in class com.suse.salt.netapi.calls.SaltSSHUtils
Maps config parameters to salt-ssh rest arguments
Match - Class in com.suse.salt.netapi.calls.modules
salt.modules.match
Match() - Constructor for class com.suse.salt.netapi.calls.modules.Match
 
meminfo() - Static method in class com.suse.salt.netapi.calls.modules.Status
 
MessageTooBigException - Exception in com.suse.salt.netapi.exception
Exception to be thrown in case of a websocket message exceeding the configurable maximum message length.
MessageTooBigException(int) - Constructor for exception com.suse.salt.netapi.exception.MessageTooBigException
Constructor.
MinionList - Class in com.suse.salt.netapi.datatypes.target
Target for specifying a list of minions.
MinionList(List<String>) - Constructor for class com.suse.salt.netapi.datatypes.target.MinionList
Constructor taking a list of minions as strings.
MinionList(String...) - Constructor for class com.suse.salt.netapi.datatypes.target.MinionList
Constructor taking an optional list of strings.
minions - Variable in class com.suse.salt.netapi.calls.wheel.Key.Keys
 
Minions - Class in com.suse.salt.netapi.calls.wheel
salt.wheel.minions
MinionStartEvent - Class in com.suse.salt.netapi.event
Represents an event fired when a minion connects to the salt master
missingFunc() - Static method in class com.suse.salt.netapi.calls.modules.Test
 
mkdir(String) - Static method in class com.suse.salt.netapi.calls.modules.File
Ensures that a directory is available
mkdir(String, String) - Static method in class com.suse.salt.netapi.calls.modules.File
Ensures that a directory is available
mkdir(String, String, String) - Static method in class com.suse.salt.netapi.calls.modules.File
Ensures that a directory is available
mkdir(String, String, String, String) - Static method in class com.suse.salt.netapi.calls.modules.File
Ensures that a directory is available
modify(String, Map<String, Object>) - Static method in class com.suse.salt.netapi.calls.modules.Beacon
 
ModuleNotSupported - Class in com.suse.salt.netapi.errors
Error that happens if a modules is not supported
ModuleNotSupported(String) - Constructor for class com.suse.salt.netapi.errors.ModuleNotSupported
 
moduleReport() - Static method in class com.suse.salt.netapi.calls.modules.Test
 
ModuleReport(List<String>, List<String>, List<String>, List<String>, List<String>, List<String>, List<String>) - Constructor for class com.suse.salt.netapi.calls.modules.Test.ModuleReport
 
move(String, String) - Static method in class com.suse.salt.netapi.calls.modules.File
Move a file or directory from src to dst

N

Names() - Constructor for class com.suse.salt.netapi.calls.wheel.Key.Names
 
netdev() - Static method in class com.suse.salt.netapi.calls.modules.Status
 
netstats() - Static method in class com.suse.salt.netapi.calls.modules.Status
 
Network - Class in com.suse.salt.netapi.calls.modules
salt.modules.network
Network.INet - Class in com.suse.salt.netapi.calls.modules
Network interface as returned by "network.interfaces".
Network.INet6 - Class in com.suse.salt.netapi.calls.modules
Network interface (IPv6) as returned by "network.interfaces".
Network.Interface - Class in com.suse.salt.netapi.calls.modules
Network interface as returned by "network.interfaces".
NodeGroup - Class in com.suse.salt.netapi.datatypes.target
Target for referencing a nodegroup.
NodeGroup(String) - Constructor for class com.suse.salt.netapi.datatypes.target.NodeGroup
Constructor expecting a nodegroup as string.
noHostKeys(boolean) - Method in class com.suse.salt.netapi.calls.SaltSSHConfig.Builder
Removes all host key checking functionality from SSH session.
notify(Event) - Method in interface com.suse.salt.netapi.event.EventListener
Notify the listener of a new event.
nproc() - Static method in class com.suse.salt.netapi.calls.modules.Status
 

O

onClose(Session, CloseReason) - Method in class com.suse.salt.netapi.event.EventStream
On closing the websocket, refresh the session and notify all subscribed listeners.
onError(Throwable) - Method in class com.suse.salt.netapi.event.EventStream
On error, convert Throwable into CloseReason and close the session.
onMessage(String, boolean) - Method in class com.suse.salt.netapi.event.EventStream
Notify listeners on each event received on the websocket and buffer partial messages.
onOpen(Session, EndpointConfig) - Method in class com.suse.salt.netapi.event.EventStream
On handshake completed, get the WebSocket Session and send a message to ServerEndpoint that WebSocket is ready.
option() - Method in class com.suse.salt.netapi.utils.Xor
 
OptionalTypeAdapterFactory - Class in com.suse.salt.netapi.parser
TypeAdaptorFactory creating TypeAdapters for Optional
OptionalTypeAdapterFactory() - Constructor for class com.suse.salt.netapi.parser.OptionalTypeAdapterFactory
 
orElse(R) - Method in class com.suse.salt.netapi.utils.Xor.Left
 
orElse(R) - Method in class com.suse.salt.netapi.utils.Xor
 
orElse(R) - Method in class com.suse.salt.netapi.utils.Xor.Right
 

P

PackageDict() - Constructor for class com.suse.salt.netapi.calls.modules.Pkg.PackageDict
 
PackageInfo() - Constructor for class com.suse.salt.netapi.calls.modules.Pkg.PackageInfo
 
Pair() - Constructor for class com.suse.salt.netapi.calls.wheel.Key.Pair
 
parameterizedType(Type, Type, Type...) - Static method in class com.suse.salt.netapi.utils.ClientUtils
Helper for constructing parameterized types.
parse(String) - Static method in class com.suse.salt.netapi.datatypes.SaltVersion
Parses a salt version string
parse(Event) - Static method in class com.suse.salt.netapi.event.BeaconEvent
Utility method to parse e generic event to a more specific one
parse(Event) - Static method in class com.suse.salt.netapi.event.JobReturnEvent
Utility method to parse a generic event into a more specific one.
parse(Event) - Static method in class com.suse.salt.netapi.event.MinionStartEvent
Utility method to parse e generic event to a more specific one
parse(Event) - Static method in class com.suse.salt.netapi.event.ResultEvent
Utility method to parse e generic event to a more specific one
parse(InputStream) - Method in class com.suse.salt.netapi.parser.JsonParser
Parses a Json response that has a direct representation as a Java class.
parse(String) - Method in class com.suse.salt.netapi.parser.JsonParser
Parse JSON given as string.
ParsingException - Exception in com.suse.salt.netapi.exception
Exception to be thrown in case of problems parsing service responses.
ParsingException(Throwable) - Constructor for exception com.suse.salt.netapi.exception.ParsingException
Constructor expecting a custom cause.
ParsingException(String) - Constructor for exception com.suse.salt.netapi.exception.ParsingException
Constructor expecting a custom message.
passwd(String) - Method in class com.suse.salt.netapi.calls.SaltSSHConfig.Builder
Set the default password to attempt to use when authenticating.
pid(String) - Static method in class com.suse.salt.netapi.calls.modules.Status
 
ping() - Static method in class com.suse.salt.netapi.calls.modules.Test
 
Pkg - Class in com.suse.salt.netapi.calls.modules
salt.modules.pkg
Pkg.Info - Class in com.suse.salt.netapi.calls.modules
Information about a package as returned by pkg.info_installed and pkg.info_available
Pkg.PackageDict - Class in com.suse.salt.netapi.calls.modules
Package dictionary as returned by "pkg.file_dict".
Pkg.PackageInfo - Class in com.suse.salt.netapi.calls.modules
Information about a package as returned by "pkg.search".
present(Optional<String>, Optional<Boolean>) - Static method in class com.suse.salt.netapi.calls.runner.Manage
 
present() - Static method in class com.suse.salt.netapi.calls.runner.Manage
 
priv(String) - Method in class com.suse.salt.netapi.calls.SaltSSHConfig.Builder
SSH private key file.
procs() - Static method in class com.suse.salt.netapi.calls.modules.Status
 
ProductInfo(String, String, String, String, String, String, boolean, boolean, String, Optional<String>, String, String, String, String, String, String) - Constructor for class com.suse.salt.netapi.calls.modules.Zypper.ProductInfo
 
provider(String) - Static method in class com.suse.salt.netapi.calls.modules.Test
 
providers() - Static method in class com.suse.salt.netapi.calls.modules.Test
 
PROXY_HOSTNAME - Static variable in class com.suse.salt.netapi.config.ClientConfig
 
PROXY_PASSWORD - Static variable in class com.suse.salt.netapi.config.ClientConfig
 
PROXY_PORT - Static variable in class com.suse.salt.netapi.config.ClientConfig
 
PROXY_USERNAME - Static variable in class com.suse.salt.netapi.config.ClientConfig
 
ProxySettings - Class in com.suse.salt.netapi.config
Class representing proxy settings to be used with SaltClient.
ProxySettings(String, int) - Constructor for class com.suse.salt.netapi.config.ProxySettings
Basic constructor taking proxy hostname and port.
ProxySettings(String, int, String, String) - Constructor for class com.suse.salt.netapi.config.ProxySettings
Extended constructor supporting proxies with authentication.
put(ClientConfig.Key<T>, T) - Method in class com.suse.salt.netapi.config.ClientConfig
Sets the config for a key to the specified value.

R

randStr(Optional<Integer>, Optional<HashType>) - Static method in class com.suse.salt.netapi.calls.modules.Test
 
read(JsonReader) - Method in class com.suse.salt.netapi.parser.ArgumentsAdapter
 
read(JsonReader) - Method in class com.suse.salt.netapi.parser.DateAdapter
 
read(JsonReader) - Method in class com.suse.salt.netapi.parser.LocalDateTimeISOAdapter
 
read(JsonReader) - Method in class com.suse.salt.netapi.parser.StartTimeAdapter
 
read(JsonReader) - Method in class com.suse.salt.netapi.parser.StatsAdapter
 
read(JsonReader) - Method in class com.suse.salt.netapi.parser.ZonedDateTimeISOAdapter
 
readdir(String) - Static method in class com.suse.salt.netapi.calls.modules.File
Returns a list containing the contents of a directory
reboot(Optional<Integer>) - Static method in class com.suse.salt.netapi.calls.modules.System
 
Record() - Constructor for class com.suse.salt.netapi.calls.modules.Smbios.Record
 
records(Smbios.RecordType) - Static method in class com.suse.salt.netapi.calls.modules.Smbios
smbios.records
refreshCache(boolean) - Method in class com.suse.salt.netapi.calls.SaltSSHConfig.Builder
Force a refresh of the master side data cache of the target's data.
refreshPillar(Optional<Boolean>, Optional<String>) - Static method in class com.suse.salt.netapi.calls.modules.SaltUtil
 
reject(String) - Static method in class com.suse.salt.netapi.calls.wheel.Key
 
rejectedMinions - Variable in class com.suse.salt.netapi.calls.wheel.Key.Keys
 
remotePortForwards(String) - Method in class com.suse.salt.netapi.calls.SaltSSHConfig.Builder
Setup remote port forwarding using the same syntax as with the -R parameter of ssh.
remove(String) - Static method in class com.suse.salt.netapi.calls.modules.File
Remove a file
remove(Map<String, String>) - Static method in class com.suse.salt.netapi.calls.modules.Pkg
 
remove(ClientConfig.Key<T>) - Method in class com.suse.salt.netapi.config.ClientConfig
Removes the value for the specified key.
removeEventListener(EventListener) - Method in class com.suse.salt.netapi.event.EventStream
Request - Class in com.suse.salt.netapi.datatypes.cherrypy
Representation of request statistics.
Request() - Constructor for class com.suse.salt.netapi.datatypes.cherrypy.Request
 
RequestFactory - Class in com.suse.salt.netapi.client.impl
Helper class for setting up HttpURLConnection objects.
Result(String, boolean) - Constructor for class com.suse.salt.netapi.calls.modules.Beacon.Result
 
Result() - Constructor for class com.suse.salt.netapi.calls.modules.File.Result
 
Result(String, boolean) - Constructor for class com.suse.salt.netapi.calls.modules.Schedule.Result
Construct a new Result
Result<R> - Class in com.suse.salt.netapi.results
Representation of call results for a single minion implemented as a wrapper around Xor.
Result(Xor<SaltError, R>) - Constructor for class com.suse.salt.netapi.results.Result
 
result() - Method in class com.suse.salt.netapi.results.Result
 
ResultEvent - Class in com.suse.salt.netapi.event
Represents an event containing the result of some function call
ResultEvent(String, String, JsonElement) - Constructor for class com.suse.salt.netapi.event.ResultEvent
Creates a new ResultEvent
ResultInfo - Class in com.suse.salt.netapi.results
Represents the Salt API's result information structure.
ResultInfo() - Constructor for class com.suse.salt.netapi.results.ResultInfo
 
ResultInfoSet - Class in com.suse.salt.netapi.results
Holds a result set of a running job.
ResultInfoSet() - Constructor for class com.suse.salt.netapi.results.ResultInfoSet
 
ResultSSHResultTypeAdapterFactory - Class in com.suse.salt.netapi.parser
TypeAdapterFactory for creating type adapters for parsing wrapped Result<SSHResult> objects.
ResultSSHResultTypeAdapterFactory() - Constructor for class com.suse.salt.netapi.parser.ResultSSHResultTypeAdapterFactory
 
ResultTypeAdapterFactory - Class in com.suse.salt.netapi.parser
TypeAdapterFactory for creating type adapters for parsing Result objects.
ResultTypeAdapterFactory() - Constructor for class com.suse.salt.netapi.parser.ResultTypeAdapterFactory
 
Ret<T> - Class in com.suse.salt.netapi.results
Wrapper object representing a "ret" element to be parsed from event data.
Ret() - Constructor for class com.suse.salt.netapi.results.Ret
 
RETMAPS - Static variable in class com.suse.salt.netapi.parser.JsonParser
 
Return<T> - Class in com.suse.salt.netapi.results
Represents a Salt API result.
Return() - Constructor for class com.suse.salt.netapi.results.Return
 
right() - Method in class com.suse.salt.netapi.utils.Xor.Left
 
right(R) - Static method in class com.suse.salt.netapi.utils.Xor
 
right() - Method in class com.suse.salt.netapi.utils.Xor
 
right() - Method in class com.suse.salt.netapi.utils.Xor.Right
 
rmdir(String) - Static method in class com.suse.salt.netapi.calls.modules.File
Removes the specified directory
roster(String) - Method in class com.suse.salt.netapi.calls.SaltSSHConfig.Builder
Define which roster system to use, this defines if a database backend, scanner, or custom roster system is used.
rosterFile(String) - Method in class com.suse.salt.netapi.calls.SaltSSHConfig.Builder
Define an alternative location for the default roster file location.
run(String) - Static method in class com.suse.salt.netapi.calls.modules.Cmd
 
run(String, String, AuthModule, String, Target<T>, String, List<Object>, Map<String, Object>) - Method in class com.suse.salt.netapi.client.SaltClient
Generic interface to start any execution command bypassing normal session handling.
RUN_RESULTS - Static variable in class com.suse.salt.netapi.parser.JsonParser
 
runAsync(String, String, AuthModule, String, Target<T>, String, List<Object>, Map<String, Object>) - Method in class com.suse.salt.netapi.client.SaltClient
Asynchronously start any execution command bypassing normal session handling.
RunnerAsyncResult<R> - Class in com.suse.salt.netapi.calls
Result of calling a runner module function asynchronously.
RunnerAsyncResult() - Constructor for class com.suse.salt.netapi.calls.RunnerAsyncResult
 
RunnerCall<R> - Class in com.suse.salt.netapi.calls
Class representing a function call of a salt runner module.
RunnerCall(String, Optional<Map<String, ?>>, TypeToken<R>) - Constructor for class com.suse.salt.netapi.calls.RunnerCall
 
running() - Static method in class com.suse.salt.netapi.calls.modules.SaltUtil
 
RunningInfo() - Constructor for class com.suse.salt.netapi.calls.modules.SaltUtil.RunningInfo
 
runRawSSHCommand(String, Target<T>, SaltSSHConfig) - Method in class com.suse.salt.netapi.client.SaltClient
Calls salt-ssh with a command in raw shell mode (commands bypass Salt and gets executed as shell commands).
RUNSSHRAW_RESULTS - Static variable in class com.suse.salt.netapi.parser.JsonParser
 

S

SaltClient - Class in com.suse.salt.netapi.client
Salt API client.
SaltClient(URI) - Constructor for class com.suse.salt.netapi.client.SaltClient
Constructor for connecting to a given URL.
SaltClient(URI, ConnectionFactory) - Constructor for class com.suse.salt.netapi.client.SaltClient
Constructor for connecting to a given URL using a specific connection factory.
SaltClient(URI, ExecutorService) - Constructor for class com.suse.salt.netapi.client.SaltClient
Constructor for connecting to a given URL.
SaltClient(URI, ConnectionFactory, ExecutorService) - Constructor for class com.suse.salt.netapi.client.SaltClient
Constructor for connecting to a given URL using a specific connection factory.
SaltError - Interface in com.suse.salt.netapi.errors
Interface for all salt related errors
SaltErrorUtils - Class in com.suse.salt.netapi.utils
Utils for deriving SaltError based on the salt text output.
SaltErrorUtils() - Constructor for class com.suse.salt.netapi.utils.SaltErrorUtils
 
SaltException - Exception in com.suse.salt.netapi.exception
Exception to be thrown in case of problems with Salt.
SaltException(Throwable) - Constructor for exception com.suse.salt.netapi.exception.SaltException
Constructor expecting a custom cause.
SaltException(String) - Constructor for exception com.suse.salt.netapi.exception.SaltException
Constructor expecting a custom message.
SaltSSHConfig - Class in com.suse.salt.netapi.calls
Salt SSH configuration with a builder class.
SaltSSHConfig.Builder - Class in com.suse.salt.netapi.calls
Builder class to create configurations for Salt SSH.
SaltSSHUtils - Class in com.suse.salt.netapi.calls
Salt SSH utility class with shared methods.
SaltSSHUtils() - Constructor for class com.suse.salt.netapi.calls.SaltSSHUtils
 
SaltUserUnauthorizedException - Exception in com.suse.salt.netapi.exception
Exception for when a user is logged in but not allowed access to the requested resource.
SaltUserUnauthorizedException(String) - Constructor for exception com.suse.salt.netapi.exception.SaltUserUnauthorizedException
 
SaltUtil - Class in com.suse.salt.netapi.calls.modules
salt.modules.saltutil
SaltUtil() - Constructor for class com.suse.salt.netapi.calls.modules.SaltUtil
 
SaltUtil.RunningInfo - Class in com.suse.salt.netapi.calls.modules
Info about a running job on a minion
SaltVersion - Class in com.suse.salt.netapi.datatypes
Represents a salt version
SaltVersion(int, int, int, Optional<Integer>) - Constructor for class com.suse.salt.netapi.datatypes.SaltVersion
Creates a SaltVersion
SaltVersion(int, int, int, int) - Constructor for class com.suse.salt.netapi.datatypes.SaltVersion
Creates a SaltVersion
SaltVersion(int, int, int) - Constructor for class com.suse.salt.netapi.datatypes.SaltVersion
Creates a SaltVersion without release candidate tag
save() - Static method in class com.suse.salt.netapi.calls.modules.Beacon
 
scanPorts(String) - Method in class com.suse.salt.netapi.calls.SaltSSHConfig.Builder
Comma-separated list of ports to scan in the scan roster.
scanTimeout(Double) - Method in class com.suse.salt.netapi.calls.SaltSSHConfig.Builder
Scanning socket timeout for the scan roster.
Schedule - Class in com.suse.salt.netapi.calls.modules
salt.modules.schedule
Schedule.Result - Class in com.suse.salt.netapi.calls.modules
Common result structure for scheduling functions
SCHEDULED_JOB - Static variable in class com.suse.salt.netapi.parser.JsonParser
 
ScheduledJob<R> - Class in com.suse.salt.netapi.calls
Common class representing a scheduled job.
ScheduledJob() - Constructor for class com.suse.salt.netapi.calls.ScheduledJob
 
ScheduledJob - Class in com.suse.salt.netapi.datatypes
Representation of a scheduled job (not finished yet).
ScheduledJob() - Constructor for class com.suse.salt.netapi.datatypes.ScheduledJob
 
search(String) - Static method in class com.suse.salt.netapi.calls.modules.Pkg
 
sendEvent(String, String) - Method in class com.suse.salt.netapi.client.SaltClient
Trigger an event in Salt with the specified tag and data.
sendEventAsync(String, String) - Method in class com.suse.salt.netapi.client.SaltClient
Asynchronously trigger an event in Salt with the specified tag and data.
ServerThread - Class in com.suse.salt.netapi.datatypes.cherrypy
Representation of server thread statistics.
ServerThread() - Constructor for class com.suse.salt.netapi.datatypes.cherrypy.ServerThread
 
setBasename(boolean) - Method in class com.suse.salt.netapi.calls.modules.Locate.LocateOpts
 
setCount(boolean) - Method in class com.suse.salt.netapi.calls.modules.Locate.LocateOpts
 
setExisting(boolean) - Method in class com.suse.salt.netapi.calls.modules.Locate.LocateOpts
 
setFollow(boolean) - Method in class com.suse.salt.netapi.calls.modules.Locate.LocateOpts
 
setHostname(String) - Method in class com.suse.salt.netapi.config.ProxySettings
 
setIgnore(boolean) - Method in class com.suse.salt.netapi.calls.modules.Locate.LocateOpts
 
setNofollow(boolean) - Method in class com.suse.salt.netapi.calls.modules.Locate.LocateOpts
 
setPassword(String) - Method in class com.suse.salt.netapi.config.ProxySettings
 
setPort(int) - Method in class com.suse.salt.netapi.config.ProxySettings
 
setProxy(ProxySettings) - Method in class com.suse.salt.netapi.client.SaltClient
Configure to use a proxy when connecting to the Salt API.
setRegex(boolean) - Method in class com.suse.salt.netapi.calls.modules.Locate.LocateOpts
 
setType(TypeToken<R>) - Method in class com.suse.salt.netapi.calls.ScheduledJob
 
setUsername(String) - Method in class com.suse.salt.netapi.config.ProxySettings
 
setWholename(boolean) - Method in class com.suse.salt.netapi.calls.modules.Locate.LocateOpts
 
showHighstate() - Static method in class com.suse.salt.netapi.calls.modules.State
 
size() - Method in class com.suse.salt.netapi.results.ResultInfoSet
Returns result set size.
sleep(Duration) - Static method in class com.suse.salt.netapi.calls.modules.Test
 
Smbios - Class in com.suse.salt.netapi.calls.modules
salt.modules.smbios
Smbios.Record - Class in com.suse.salt.netapi.calls.modules
Holds the information returned by smbios.records
Smbios.RecordType - Enum in com.suse.salt.netapi.calls.modules
The type of the dmi records.
SOCKET_TIMEOUT - Static variable in class com.suse.salt.netapi.config.ClientConfig
Timeout in milliseconds for waiting for data.
sshMaxProcs(int) - Method in class com.suse.salt.netapi.calls.SaltSSHConfig.Builder
Set the number of concurrent minions to communicate with.
SSHRawResult - Class in com.suse.salt.netapi.results
Wrapper class for salt-ssh raw calls results.
SSHRawResult() - Constructor for class com.suse.salt.netapi.results.SSHRawResult
 
SSHRawResult(int, String, String) - Constructor for class com.suse.salt.netapi.results.SSHRawResult
 
SSHResult<T> - Class in com.suse.salt.netapi.results
Wrapper class for salt-ssh results.
SSHResult() - Constructor for class com.suse.salt.netapi.results.SSHResult
 
startCommand(Target<T>, String, List<Object>, Map<String, Object>) - Method in class com.suse.salt.netapi.client.SaltClient
Generic interface to start any execution command and immediately return an object representing the scheduled job.
startCommandAsync(Target<T>, String, List<Object>, Map<String, Object>) - Method in class com.suse.salt.netapi.client.SaltClient
Asynchronously start any execution command and immediately return an object representing the scheduled job.
StartTime - Class in com.suse.salt.netapi.datatypes
StartDate is a convenience wrapper allowing for parsing of StartDate in the timezone appropriate to a given master.
StartTime(String) - Constructor for class com.suse.salt.netapi.datatypes.StartTime
Construct a StartTime from a date given as string.
StartTimeAdapter - Class in com.suse.salt.netapi.parser
Json adapter to handle the Job.StartTime date format given by netapi
StartTimeAdapter() - Constructor for class com.suse.salt.netapi.parser.StartTimeAdapter
 
State - Class in com.suse.salt.netapi.calls.modules
salt.modules.state
State.ApplyResult - Class in com.suse.salt.netapi.calls.modules
Result type for state.apply
StateApplyResult<R> - Class in com.suse.salt.netapi.results
Result structure as returned by state.apply to be parsed from event data.
StateApplyResult() - Constructor for class com.suse.salt.netapi.results.StateApplyResult
 
stats() - Static method in class com.suse.salt.netapi.calls.modules.Locate
Returns statistics about the locate database.
Stats() - Constructor for class com.suse.salt.netapi.calls.modules.Locate.Stats
 
stats() - Method in class com.suse.salt.netapi.client.SaltClient
Query statistics from the CherryPy Server.
Stats - Class in com.suse.salt.netapi.datatypes.cherrypy
Representation of CherryPy server statistics.
Stats(Applications, HttpServer) - Constructor for class com.suse.salt.netapi.datatypes.cherrypy.Stats
 
STATS - Static variable in class com.suse.salt.netapi.parser.JsonParser
 
StatsAdapter - Class in com.suse.salt.netapi.parser
Json TypeAdapter for the Stats object received from the API.
StatsAdapter() - Constructor for class com.suse.salt.netapi.parser.StatsAdapter
 
statsAsync() - Method in class com.suse.salt.netapi.client.SaltClient
Asynchronously query statistics from the CherryPy Server.
Status - Class in com.suse.salt.netapi.calls.modules
salt.modules.status
streamToString(InputStream) - Static method in class com.suse.salt.netapi.utils.ClientUtils
Convert a given InputStream to a String.
STRING - Static variable in class com.suse.salt.netapi.parser.Adapters
 
STRING - Static variable in class com.suse.salt.netapi.parser.JsonParser
 
stringToStream(String) - Static method in class com.suse.salt.netapi.utils.ClientUtils
Convert a given String to an InputStream.
sudo(boolean) - Method in class com.suse.salt.netapi.calls.SaltSSHConfig.Builder
Run command via sudo.
syncAll(Optional<Boolean>, Optional<String>) - Static method in class com.suse.salt.netapi.calls.modules.SaltUtil
 
syncBeacons(Optional<Boolean>, Optional<String>) - Static method in class com.suse.salt.netapi.calls.modules.SaltUtil
 
syncGrains(Optional<Boolean>, Optional<String>) - Static method in class com.suse.salt.netapi.calls.modules.SaltUtil
 
syncModules(Optional<Boolean>, Optional<String>) - Static method in class com.suse.salt.netapi.calls.modules.SaltUtil
 
System - Class in com.suse.salt.netapi.calls.modules
salt.modules.system https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.system.html

T

Target<T> - Interface in com.suse.salt.netapi.datatypes.target
Target interface for specifying a group of minions.
Test - Class in com.suse.salt.netapi.calls.modules
salt.modules.test
Test() - Constructor for class com.suse.salt.netapi.calls.modules.Test
 
Test.ModuleReport - Class in com.suse.salt.netapi.calls.modules
Availability report of all execution modules
Test.VersionInformation - Class in com.suse.salt.netapi.calls.modules
Version report of dependent and system software
Timezone - Class in com.suse.salt.netapi.calls.modules
salt.modules.timezone https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.timezone.html
TOKEN - Static variable in class com.suse.salt.netapi.config.ClientConfig
 
Token - Class in com.suse.salt.netapi.datatypes
Token containing authentication data.
Token() - Constructor for class com.suse.salt.netapi.datatypes.Token
 
TOKEN - Static variable in class com.suse.salt.netapi.parser.JsonParser
 
toString() - Method in class com.suse.salt.netapi.datatypes.Arguments
 
toString() - Method in class com.suse.salt.netapi.datatypes.Batch
 
toString() - Method in class com.suse.salt.netapi.datatypes.SaltVersion
 
toString() - Method in class com.suse.salt.netapi.datatypes.StartTime
Returns a string representation of StartTime.
toString() - Method in class com.suse.salt.netapi.errors.FunctionNotAvailable
 
toString() - Method in class com.suse.salt.netapi.errors.GenericSaltError
 
toString() - Method in class com.suse.salt.netapi.errors.ModuleNotSupported
 
toString() - Method in class com.suse.salt.netapi.results.Result
 
toString() - Method in class com.suse.salt.netapi.results.SSHResult
 
toString() - Method in class com.suse.salt.netapi.utils.Xor.Left
 
toString() - Method in class com.suse.salt.netapi.utils.Xor.Right
 
toXor() - Method in class com.suse.salt.netapi.results.Result
 

U

unacceptedMinions - Variable in class com.suse.salt.netapi.calls.wheel.Key.Keys
 
up() - Static method in class com.suse.salt.netapi.calls.runner.Manage
 
updatedb() - Static method in class com.suse.salt.netapi.calls.modules.Locate
Updates the locate database.
upgradeAvailable(String) - Static method in class com.suse.salt.netapi.calls.modules.Pkg
 
uptime() - Static method in class com.suse.salt.netapi.calls.modules.Status
 
URL - Static variable in class com.suse.salt.netapi.config.ClientConfig
 
user(String) - Method in class com.suse.salt.netapi.calls.SaltSSHConfig.Builder
Set the default user to attempt to use when authenticating.

V

valueOf(String) - Static method in enum com.suse.salt.netapi.AuthModule
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.suse.salt.netapi.calls.Client
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.suse.salt.netapi.calls.modules.HashType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.suse.salt.netapi.calls.modules.Smbios.RecordType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.suse.salt.netapi.AuthModule
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.suse.salt.netapi.calls.Client
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.suse.salt.netapi.calls.modules.HashType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.suse.salt.netapi.calls.modules.Smbios.RecordType
Returns an array containing the constants of this enum type, in the order they are declared.
version() - Static method in class com.suse.salt.netapi.calls.modules.Locate
Returns the version of locate.
version() - Static method in class com.suse.salt.netapi.calls.modules.Status
 
VersionInformation(Map<String, String>, Map<String, String>, Map<String, Optional<String>>) - Constructor for class com.suse.salt.netapi.calls.modules.Test.VersionInformation
 
versionsInformation() - Static method in class com.suse.salt.netapi.calls.modules.Test
 
vmstats() - Static method in class com.suse.salt.netapi.calls.modules.Status
 

W

w() - Static method in class com.suse.salt.netapi.calls.modules.Status
 
WEBSOCKET_MAX_MESSAGE_LENGTH - Static variable in class com.suse.salt.netapi.config.ClientConfig
Maximum websocket message length in characters.
WheelAsyncResult<R> - Class in com.suse.salt.netapi.calls
Result of calling a wheel module function asynchronously.
WheelAsyncResult() - Constructor for class com.suse.salt.netapi.calls.WheelAsyncResult
 
WheelCall<R> - Class in com.suse.salt.netapi.calls
Class representing a function call of a salt wheel module.
WheelCall(String, Optional<Map<String, ?>>, TypeToken<R>) - Constructor for class com.suse.salt.netapi.calls.WheelCall
 
WheelResult<R> - Class in com.suse.salt.netapi.calls
Wrapper around the wheel functions return type.
WheelResult() - Constructor for class com.suse.salt.netapi.calls.WheelResult
 
wipe(boolean) - Method in class com.suse.salt.netapi.calls.SaltSSHConfig.Builder
Remove the deployment of the salt files when done executing.
withMetadata(Object) - Method in class com.suse.salt.netapi.calls.LocalCall
 
withoutMetadata() - Method in class com.suse.salt.netapi.calls.LocalCall
 
write(JsonWriter, Arguments) - Method in class com.suse.salt.netapi.parser.ArgumentsAdapter
 
write(JsonWriter, Date) - Method in class com.suse.salt.netapi.parser.DateAdapter
 
write(JsonWriter, LocalDateTime) - Method in class com.suse.salt.netapi.parser.LocalDateTimeISOAdapter
 
write(JsonWriter, StartTime) - Method in class com.suse.salt.netapi.parser.StartTimeAdapter
 
write(JsonWriter, Stats) - Method in class com.suse.salt.netapi.parser.StatsAdapter
 
write(JsonWriter, ZonedDateTime) - Method in class com.suse.salt.netapi.parser.ZonedDateTimeISOAdapter
 

X

Xor<L,R> - Class in com.suse.salt.netapi.utils
Right biased disjunction mainly based on the Xor type from scala cats library.
Xor() - Constructor for class com.suse.salt.netapi.utils.Xor
 
Xor.Left<L,R> - Class in com.suse.salt.netapi.utils
Left branch of the Xor
Xor.Right<L,R> - Class in com.suse.salt.netapi.utils
Right branch of the Xor
XorTypeAdapterFactory - Class in com.suse.salt.netapi.parser
TypeAdaptorFactory creating TypeAdapters for Xor
XorTypeAdapterFactory() - Constructor for class com.suse.salt.netapi.parser.XorTypeAdapterFactory
 

Z

ZonedDateTimeISOAdapter - Class in com.suse.salt.netapi.parser
Adapter to convert an ISO formatted string to ZonedDateTime
ZonedDateTimeISOAdapter() - Constructor for class com.suse.salt.netapi.parser.ZonedDateTimeISOAdapter
 
Zypper - Class in com.suse.salt.netapi.calls.modules
salt.modules.zypper https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.zypper.html
Zypper.ProductInfo - Class in com.suse.salt.netapi.calls.modules
The product information as returned by listProducts().
A B C D E F G H I J K L M N O P R S T U V W X Z 
Skip navigation links

Copyright © 2016. All rights reserved.