Class TcpCheck (2.21.0)

TcpCheck(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Information required for a TCP Uptime check request.

Attributes

NameDescription
port int
The TCP port on the server against which to run the check. Will be combined with host (specified within the monitored_resource) to construct the full URL. Required.
ping_config google.cloud.monitoring_v3.types.UptimeCheckConfig.PingConfig
Contains information needed to add pings to a TCP check.