Initializer
Properties
| Name | Type | Description |
|---|---|---|
Host | *string | The address of the resource to connect to. |
Type | *string | The connection type. |
Cacert | *string | 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 | *string | The password to use for the connection. |
Port | *f64 | The port to connect to. |
ScriptPath | *string | The path used to copy scripts meant for remote execution. |
Timeout | *string | The timeout to wait for the connection to become available. |
UseNtlm | *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 | *string | The user to use for the connection. |
HostRequired
- Type: *string
TypeRequired
- Type: *string
CacertOptional
- Type: *string
HttpsOptional
- Type: *bool
InsecureOptional
- Type: *bool
PasswordOptional
- Type: *string
PortOptional
- Type: *f64
- Default: 22
ScriptPathOptional
- Type: *string
TimeoutOptional
- Type: *string
- Default: 5m
UseNtlmOptional
- Type: *bool
UserOptional
- Type: *string
- Default: root