You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:param: client_host_name is required strings that is the intercept hostname (DNS) or IPv4
990
990
:param: client_port is required integer of the ports to intercept
991
-
:param: client_protocol is required string of the transport protocol. Choices: {valid_service_protocols}
992
991
:param: server_host_name is optional string that is a hostname (DNS) or IPv4. If omitted service is assumed to be SDK-hosted (not Tunneler or Router-hosted).
993
992
:param: server_port is optional integer of the server port. If omitted the client port is used unless SDK-hosted.
994
-
:param: server_protocol is optional string of the server protocol. If omitted the same client protocol is used.
993
+
:param: server_protocol is optional string of the server protocol.
995
994
:param: attributes is optional list of strings of service roles to assign. Default is [].
996
995
:param: edge_router_attributes is optional list of strings of Router roles or Router names that can "see" this service. Default is ["#all"].
997
996
:param: egress_router_id is optional string of UUID or name of hosting Router. Selects Router-hosting strategy.
0 commit comments