Module: Google::Cloud::Monitoring::V3::UptimeCheckConfig::HttpCheck::ResponseStatusCode::StatusClass

Defined in:
proto_docs/google/monitoring/v3/uptime.rb

Overview

An HTTP status code class.

Constant Summary collapse

STATUS_CLASS_UNSPECIFIED =

Default value that matches no status codes.

0
STATUS_CLASS_1XX =

The class of status codes between 100 and 199.

100
STATUS_CLASS_2XX =

The class of status codes between 200 and 299.

200
STATUS_CLASS_3XX =

The class of status codes between 300 and 399.

300
STATUS_CLASS_4XX =

The class of status codes between 400 and 499.

400
STATUS_CLASS_5XX =

The class of status codes between 500 and 599.

500
STATUS_CLASS_ANY =

The class of all status codes.

1000