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

ConnectLocalLaunchConfig.allow_remote_host

Whether to allow connecting to a remote host.

ConnectLocalLaunchConfig.certs_dir

Directory path for mTLS certificate files.

ConnectLocalLaunchConfig.host

Hostname or IP to connect to.

ConnectLocalLaunchConfig.port

Port number to connect to.

ConnectLocalLaunchConfig.transport_mode

Specifies the gRPC transport mode to use.

ConnectLocalLaunchConfig.uds_dir

Directory path for UDS socket files.

ConnectLocalLaunchConfig.uds_id

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