Reference documentation and code samples for the Stackdriver Monitoring V3 Client class TcpCheck.
Information required for a TCP Uptime check request.
Generated from protobuf message google.monitoring.v3.UptimeCheckConfig.TcpCheck
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ 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.
getPort
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.
Generated from protobuf field int32 port = 1;
int
setPort
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.
Generated from protobuf field int32 port = 1;
var
int
$this