public enum UptimeCheckConfig.Types.HttpCheck.Types.ResponseStatusCode.Types.StatusClass
Reference documentation and code samples for the Google Cloud Monitoring v3 API enum UptimeCheckConfig.Types.HttpCheck.Types.ResponseStatusCode.Types.StatusClass.
An HTTP status code class.
Namespace
Google.Cloud.Monitoring.V3Assembly
Google.Cloud.Monitoring.V3.dll
Fields |
|
---|---|
Name | Description |
Any |
The class of all status codes. |
Unspecified |
Default value that matches no status codes. |
_1Xx |
The class of status codes between 100 and 199. |
_2Xx |
The class of status codes between 200 and 299. |
_3Xx |
The class of status codes between 300 and 399. |
_4Xx |
The class of status codes between 400 and 499. |
_5Xx |
The class of status codes between 500 and 599. |