Endpoint Info Response
data class EndpointInfoResponse(val destinationIp: String, val destinationNetworkUri: String, val destinationPort: Int, val protocol: String, val sourceIp: String, val sourceNetworkUri: String, val sourcePort: Int)
For display only. The specification of the endpoints for the test. EndpointInfo is derived from source and destination Endpoint and validated by the backend data plane model.
Constructors
Properties
Link copied to clipboard
Destination IP address.
Link copied to clipboard
URI of the network where this packet is sent to.
Link copied to clipboard
Destination port. Only valid when protocol is TCP or UDP.
Link copied to clipboard
URI of the network where this packet originates from.
Link copied to clipboard
Source port. Only valid when protocol is TCP or UDP.