EndpointInfoResponse

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

Link copied to clipboard
fun EndpointInfoResponse(destinationIp: String, destinationNetworkUri: String, destinationPort: Int, protocol: String, sourceIp: String, sourceNetworkUri: String, sourcePort: Int)

Types

Link copied to clipboard
object Companion

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

IP protocol in string format, for example: "TCP", "UDP", "ICMP".

Link copied to clipboard

Source IP address.

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.