InsecureOptions#

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

Bases: TransportOptionsBase

Options for insecure transport mode.

Overview#

Import detail#

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

Attribute detail#

InsecureOptions.host: str = 'localhost'#
InsecureOptions.port: int#
InsecureOptions.allow_remote_host: bool = False#