MTLSOptions#

class ansys.tools.common.launcher.grpc_transport.MTLSOptions#

Bases: TransportOptionsBase

Options for mTLS transport mode.

Overview#

Import detail#

from ansys.tools.common.launcher.grpc_transport import MTLSOptions

Attribute detail#

MTLSOptions.certs_dir: str | pathlib.Path | None = None#
MTLSOptions.host: str = 'localhost'#
MTLSOptions.port: int#
MTLSOptions.allow_remote_host: bool = False#