| Class | Openwsman::ClientOptions |
| In: |
../openwsman.i
openwsman/openwsman.rb |
| Parent: | Object |
Add an option (for OptionSet) as key/value pair
NOTE: the value must be properly escaped (replace & with &, etc.) in Ruby use CGI::escapeHTML()
Add a property as key/value pair
Add a string property as key/value pair (an ‘add_property’ analogue for adding array items)
Add a selector as key/value pair
NOTE: the string value must be properly escaped (replace & with &, etc.) in Ruby use CGI::escapeHTML()
Get CIM Namespace for Openwsman Note: Microsoft WinRM set the resource namespace by attaching it to the resource URI
See also: Openwsman.epr_prefix_for
Set CIM Namespace for Openwsman (default is root/cimv2) Note: Microsoft WinRM set the resource namespace by attaching it to the resource URI
See also: Openwsman.epr_prefix_for
Reset dump all operations to the dumpfile
Used for debugging on the wire-level
See also: set_dump_request
clear option flag(s)
clears specific flag(s) from options
Set subscription delivery security mode
(auto, http basic, http digest, https basic, https digest, https mutual, https mutual basic, https mutual digest, http spnego kerberos, https spnego kerberos, https mutual spnego kerberos)
Set fragment filter See DSP0226, section 7.7. (Supported Dialects: XPATH)
Set options (for OptionSet) from Hash
NOTE: the values must be properly escaped (replace & with &, etc.) in Ruby use CGI::escapeHTML()
Get properties as Hash
Get WS-Addressing reference properties Returns the string representation of a valid XML document
Set WS-Addressing reference properties Argument must the string representation of a valid XML document
Request to dump all operations to the dumpfile
Used for debugging on the wire-level
See also: clear_dump_request
Operation timeout in milliseconds See Openwsman::Transport.timeout for transport timeout