Class UpdateProbeRequest

    • Method Detail

      • monitorName

        public final String monitorName()

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

        Returns:
        The name of the monitor that the probe was updated for.
      • probeId

        public final String probeId()

        The ID of the probe to update.

        Returns:
        The ID of the probe to update.
      • stateAsString

        public final String stateAsString()

        The state of the probe update.

        If the service returns an enum value that is not available in the current SDK version, state will return ProbeState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from stateAsString().

        Returns:
        The state of the probe update.
        See Also:
        ProbeState
      • destination

        public final String destination()

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

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

        public final Integer destinationPort()

        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.

        Returns:
        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.
      • protocol

        public final Protocol protocol()

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

        If the service returns an enum value that is not available in the current SDK version, protocol will return Protocol.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from protocolAsString().

        Returns:
        The updated network protocol for the destination. This can be either TCP or ICMP. If the protocol is TCP, then port is also required.
        See Also:
        Protocol
      • protocolAsString

        public final String protocolAsString()

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

        If the service returns an enum value that is not available in the current SDK version, protocol will return Protocol.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from protocolAsString().

        Returns:
        The updated network protocol for the destination. This can be either TCP or ICMP. If the protocol is TCP, then port is also required.
        See Also:
        Protocol
      • packetSize

        public final Integer packetSize()

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

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

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object