Cloud Monitoring V3 API - Class Google::Cloud::Monitoring::V3::UptimeCheckConfig::TcpCheck (v0.16.0)

Reference documentation and code samples for the Cloud Monitoring V3 API class Google::Cloud::Monitoring::V3::UptimeCheckConfig::TcpCheck.

Information required for a TCP Uptime check request.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#ping_config

def ping_config() -> ::Google::Cloud::Monitoring::V3::UptimeCheckConfig::PingConfig
Returns

#ping_config=

def ping_config=(value) -> ::Google::Cloud::Monitoring::V3::UptimeCheckConfig::PingConfig
Parameter
Returns

#port

def port() -> ::Integer
Returns
  • (::Integer) — 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.

#port=

def port=(value) -> ::Integer
Parameter
  • value (::Integer) — 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.
Returns
  • (::Integer) — 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.