UDPHealthCheckResponse

data class UDPHealthCheckResponse(val port: Int, val portName: String, val request: String, val response: String)

Constructors

Link copied to clipboard
constructor(port: Int, portName: String, request: String, response: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val port: Int

The UDP port number to which the health check prober sends packets. Valid values are 1 through 65535.

Link copied to clipboard

Not supported.

Link copied to clipboard

Raw data of request to send in payload of UDP packet. It is an error if this is empty. The request data can only be ASCII.

Link copied to clipboard

The bytes to match against the beginning of the response data. It is an error if this is empty. The response data can only be ASCII.