Class Openwsman::ClientOptions
In: openwsman.i
Parent: Object

ClientOptions control the behaviour of the Client connection

The primary use of ClientOptions in normal operations is adding selectors - key/value pairs added to the request URL.

For WS-CIM operations, selectors define the key attributes for the selected CIM class to address a specific instance of the class.

Methods

Public Class methods

new()

Public Instance methods

add_property(p1, p2)
add_selector(p1, p2)
cim_namespace()
cim_namespace=(p1)

Reset dump all operations to the dumpfile

Used for debugging on the wire-level

clear option flag(s)

clears specific flag(s) from options

delivery_mode()
delivery_mode=(p1)
delivery_sec_mode()

Get delivery uri

delivery_uri=(p1)
flags()
flags=(p1)
fragment()
fragment=(p1)
heartbeat_interval()
heartbeat_interval=(p1)
max_elements()
max_elements=(p1)
max_envelope_size()
max_envelope_size=(p1)
properties=(p1)
reference()
reference=(p1)

reset option flags

sets option flags bitmask to FLAG_NONE

selectors=(p1)
set_delivery_security_mode(p1)

Request to dump all operations to the dumpfile

Used for debugging on the wire-level

sub_expiry()
sub_expiry=(p1)
timeout()
timeout=(p1)

[Validate]