ConnectivityDestination Class
Parameters that define destination of connection.
Constructor
ConnectivityDestination(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
resource_id
|
The ID of the resource to which a connection attempt will be made. |
|
address
|
The IP address or URI the resource to which a connection attempt will be made. |
|
port
|
Port on which check connectivity will be performed. |
Attributes
address
The IP address or URI the resource to which a connection attempt will be made.
address: str | None
port
Port on which check connectivity will be performed.
port: int | None
resource_id
The ID of the resource to which a connection attempt will be made.
resource_id: str | None