ConnectLaunchConfig#
- class ansys.acp.core.ConnectLaunchConfig(*, acp_transport_mode='mtls', acp_host='localhost', acp_port=50555, acp_uds_dir=None, acp_uds_id=None, acp_certs_dir=None, acp_allow_remote_host=False, filetransfer_transport_mode='mtls', filetransfer_host='localhost', filetransfer_port=50556, filetransfer_uds_dir=None, filetransfer_uds_id=None, filetransfer_certs_dir=None, filetransfer_allow_remote_host=False)#
Configuration options for attaching to an existing ACP server.
Methods
Attributes
Whether to allow connecting to a remote host for the main ACP server.
Directory path for mTLS certificate files for the main ACP server.
Hostname or IP address to connect to for the main ACP server.
Port number to connect to for the main ACP server.
Specifies the gRPC transport mode to use for the main ACP server.
Directory path for UDS socket files used by the main ACP server.
Optional ID for UDS socket file naming for the main ACP server (acp_grpcserver-<id>.sock).
Whether to allow connecting to a remote host for the filetransfer server.
Directory path for mTLS certificate files for the filetransfer server.
Hostname or IP address to connect to for the file transfer server.
Port number to connect to for the file transfer server.
Specifies the gRPC transport mode to use for the file transfer server.
Directory path for UDS socket files used by the filetransfer server.
Optional ID for UDS socket file naming for the filetransfer server (filetransfer_grpcserver-<id>.sock).