Class | Openwsman::Transport |
In: |
../openwsman.i
openwsman/openwsman.rb |
Parent: | Object |
Transport reflects details of the http(s) transport layer between client and server.
Set the authentication method Value must be one of:
+Openwsman::NO_AUTH_STR+ +Openwsman::BASIC_AUTH_STR+ +Openwsman::DIGEST_AUTH_STR+ +Openwsman::PASS_AUTH_STR+ +Openwsman::NTLM_AUTH_STR+ +Openwsman::GSSNEGOTIATE_AUTH_STR+
Set the authentication method string corresponding to the given auth method id
Value must be one of:
+Openwsman::NO_AUTH+ +Openwsman::BASIC_AUTH+ +Openwsman::DIGEST_AUTH+ +Openwsman::PASS_AUTH+ +Openwsman::NTLM_AUTH+ +Openwsman::GSSNEGOTIATE_AUTH+
Server credentials Get the password part of the http transport credentials
Server credentials Set the password part of the http transport credentials
Set the transport timeout in seconds
This is the http layer timeout. Not to be confused with the WS-Management operation timeout set via Openwsman::ClientOptions.timeout
Server credentials Get the username part of the http transport credentials
Server credentials Set the username part of the http transport credentials
verify the host in SSL communication ?
If passed false, nil, or 0: disable peer verification else: enable peer verification