ConnectivityDestination Class
Parameters that define destination of connection.
- Inheritance
-
ConnectivityDestination
Constructor
ConnectivityDestination(*, resource_id: typing.Union[str, NoneType] = None, address: typing.Union[str, NoneType] = None, port: typing.Union[int, NoneType] = None, **kwargs)
Parameters
- resource_id
- str
The ID of the resource to which a connection attempt will be made.
- address
- str
The IP address or URI the resource to which a connection attempt will be made.
- port
- int
Port on which check connectivity will be performed.
Feedback
Submit and view feedback for