Initializer
Properties
| Name | Type | Description |
|---|---|---|
host | str | The address of the resource to connect to. |
type | str | The connection type. |
cacert | str | The CA certificate to validate against. |
https | bool | Set to true to connect using HTTPS instead of HTTP. |
insecure | bool | Set to true to skip validating the HTTPS certificate chain. |
password | str | The password to use for the connection. |
port | typing.Union[int, float] | The port to connect to. |
script_path | str | The path used to copy scripts meant for remote execution. |
timeout | str | The timeout to wait for the connection to become available. |
use_ntlm | bool | Set to true to use NTLM authentication rather than default (basic authentication), removing the requirement for basic authentication to be enabled within the target guest. |
user | str | The user to use for the connection. |
hostRequired
- Type: str
typeRequired
- Type: str
cacertOptional
- Type: str
httpsOptional
- Type: bool
insecureOptional
- Type: bool
passwordOptional
- Type: str
portOptional
- Type: typing.Union[int, float]
- Default: 22
script_pathOptional
- Type: str
timeoutOptional
- Type: str
- Default: 5m
use_ntlmOptional
- Type: bool
userOptional
- Type: str
- Default: root