ConnectorTypeSMB
class connector_types.connector_type_smb.ConnectorTypeSMB(execution, workspace, inputs, cancel_event)
Base class: FileLiveOutputMixin
Parameters
| Name | Type | Description |
|---|---|---|
| cancel_event | Event | |
| execution | dict | |
| inputs | dict | |
| workspace |
Input Schema
-
schema_version = '10.0'Type:
string -
authenticationType:
anyOfOptions: -
hostThe remote hostname or IP address.
Type:
string -
portType:
anyOfOptions: -
modeType:
anyOfOptions: -
my_nameThe own NetBIOS name to use.
Type:
stringDefault:
Cloudomation -
remote_nameThe remote NetBIOS name to use.
Type:
string -
domainThe domain name to use.
Type:
string -
connect_timeoutA timeout for connecting to a peer in seconds.
Type:
integerDefault:
30 -
total_timeoutTotal timeout for the request in seconds.
Type:
integerDefault:
30 -
is_direct_tcpFalse: use legacy NetBIOS communication orTrue: use SMB communication.Type:
booleanDefault:
True -
use_ntlm_v2Falseuse NTLMv1 orTrueuse NTLMv2 for authentication.Type:
booleanDefault:
True -
live_outputStream transfer progress to output_value and log progress while the connection is running.
Type:
booleanDefault:
True -
live_output_progress_interval_bytesLog and patch output_value progress after this many bytes transferred.
Type:
integerDefault:
4194304