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
- (::Google::Cloud::Monitoring::V3::UptimeCheckConfig::PingConfig) — Contains information needed to add pings to a TCP check.
#ping_config=
def ping_config=(value) -> ::Google::Cloud::Monitoring::V3::UptimeCheckConfig::PingConfig
Parameter
- value (::Google::Cloud::Monitoring::V3::UptimeCheckConfig::PingConfig) — Contains information needed to add pings to a TCP check.
Returns
- (::Google::Cloud::Monitoring::V3::UptimeCheckConfig::PingConfig) — Contains information needed to add pings to a TCP check.
#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.