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

ConnectLaunchConfig.acp_allow_remote_host

Whether to allow connecting to a remote host for the main ACP server.

ConnectLaunchConfig.acp_certs_dir

Directory path for mTLS certificate files for the main ACP server.

ConnectLaunchConfig.acp_host

Hostname or IP address to connect to for the main ACP server.

ConnectLaunchConfig.acp_port

Port number to connect to for the main ACP server.

ConnectLaunchConfig.acp_transport_mode

Specifies the gRPC transport mode to use for the main ACP server.

ConnectLaunchConfig.acp_uds_dir

Directory path for UDS socket files used by the main ACP server.

ConnectLaunchConfig.acp_uds_id

Optional ID for UDS socket file naming for the main ACP server (acp_grpcserver-<id>.sock).

ConnectLaunchConfig.filetransfer_allow_remote_host

Whether to allow connecting to a remote host for the filetransfer server.

ConnectLaunchConfig.filetransfer_certs_dir

Directory path for mTLS certificate files for the filetransfer server.

ConnectLaunchConfig.filetransfer_host

Hostname or IP address to connect to for the file transfer server.

ConnectLaunchConfig.filetransfer_port

Port number to connect to for the file transfer server.

ConnectLaunchConfig.filetransfer_transport_mode

Specifies the gRPC transport mode to use for the file transfer server.

ConnectLaunchConfig.filetransfer_uds_dir

Directory path for UDS socket files used by the filetransfer server.

ConnectLaunchConfig.filetransfer_uds_id

Optional ID for UDS socket file naming for the filetransfer server (filetransfer_grpcserver-<id>.sock).