ConnectivityDestination interface
Parameters that define destination of connection.
Properties
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. |
resource |
The ID of the resource to which a connection attempt will be made. |
Property Details
address
The IP address or URI the resource to which a connection attempt will be made.
address?: string
Property Value
string
port
Port on which check connectivity will be performed.
port?: number
Property Value
number
resourceId
The ID of the resource to which a connection attempt will be made.
resourceId?: string
Property Value
string