ConnectionType#
- class ansys.systemcoupling.core.ConnectionType(*values)#
Enum containing the various gRPC connection options that are supported.
Note that not all options are supported in all contexts. For example, in the case of calling
launch()to launch a process and connect to it, only local host connections are currently supported.Attributes
The usual default.
Use a standard Unix domain socket to connect.
A local connection with additional authentication that ensures the client and server are running as the same Windows user.
A local connection authenticated using mutual TLS.
A remote connection authenticated using mutual TLS.
A local connection with no authentication mechanism.
A remote connection with no authentication mechanism.