Class Openwsman::EndPointReference
In: openwsman.i
ruby/openwsman/openwsman.rb
Parent: Object

EndPointReference

The EndPointReference is a stub to proxy server-side operations

Each WS-Management operation (Get, Enumerate, Invoke, …) has an associated end point reference, providing the actual implementation of the operation.

Methods

Public Class methods

new(p1, p2)
new(p1, p2, p3)

Public Instance methods

==(p1)

Alias for cmp

Add selector as key/value pair

classname(p1)
cmp(p1)

enumerate over selectors as key,value pairs

namespace(p1)
prefix(p1)

The resource URI associated to this EndPointReference

selector(p1)

Number of selectors

selector_names(p1)
to_s()

String representation (XML syntax)

[Validate]