:class:`InsecureOptions` ======================== .. py:class:: ansys.tools.common.launcher.grpc_transport.InsecureOptions Bases: :py:obj:`TransportOptionsBase` Options for insecure transport mode. .. py:currentmodule:: InsecureOptions Overview -------- .. tab-set:: .. tab-item:: Attributes .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~host` - * - :py:attr:`~port` - * - :py:attr:`~allow_remote_host` - Import detail ------------- .. code-block:: python from ansys.tools.common.launcher.grpc_transport import InsecureOptions Attribute detail ---------------- .. py:attribute:: host :type: str :value: 'localhost' .. py:attribute:: port :type: int .. py:attribute:: allow_remote_host :type: bool :value: False