UpdateProbeRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The updated IP address for the probe destination. This must be either an IPv4 or IPv6 address.

Link copied to clipboard

The updated port for the probe destination. This is required only if the protocol is TCP and must be a number between 1 and 65536.

Link copied to clipboard

The name of the monitor that the probe was updated for.

Link copied to clipboard

he updated packets size for network traffic between the source and destination. This must be a number between 56 and 8500.

Link copied to clipboard

The ID of the probe to update.

Link copied to clipboard

The updated network protocol for the destination. This can be either TCP or ICMP. If the protocol is TCP, then port is also required.

Link copied to clipboard

The state of the probe update.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String