You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@param string endpoint: the WinRM webservice endpoint
@@ -61,8 +61,8 @@ def __init__(
61
61
@param int operation_timeout_sec: maximum allowed time in seconds for any single wsman HTTP operation (default 20). Note that operation timeouts while receiving output (the only wsman operation that should take any significant time, and where these timeouts are expected) will be silently retried indefinitely. # NOQA
62
62
@param string kerberos_hostname_override: the hostname to use for the kerberos exchange (defaults to the hostname in the endpoint URL)
63
63
@param bool message_encryption_enabled: Will encrypt the WinRM messages if set to True and the transport auth supports message encryption (Default True).
64
-
@param int reconnection_retries: Number of retries on Connection Refused
65
-
@param int reconnection_sleep: Number of seconds to sleep between reconnection attempts
64
+
@param int reconnection_retries: Number of retries on connection problems
65
+
@param float reconnection_backoff: Number of seconds to backoff in between reconnection attempts (first sleeps X, then sleeps 2*X, then sleeps 4*X, ...)
0 commit comments