ConnectLocalLaunchConfig#
- class ansys.acp.core.ConnectLocalLaunchConfig(transport_mode='mtls', host='localhost', port=50555, uds_dir=None, uds_id=None, certs_dir=None, allow_remote_host=False)#
Configuration options for attaching to an existing ACP server without filetransfer.
Methods
Attributes
Whether to allow connecting to a remote host.
Directory path for mTLS certificate files.
Hostname or IP to connect to.
Port number to connect to.
Specifies the gRPC transport mode to use.
Directory path for UDS socket files.
Optional ID for UDS socket file naming (acp_grpcserver-<id>.sock).