Module: OCI::Healthchecks::Models

Defined in:
lib/oci/healthchecks/healthchecks.rb,
lib/oci/healthchecks/models/http_probe_method.rb,
lib/oci/healthchecks/models/http_probe_protocol.rb,
lib/oci/healthchecks/models/ping_probe_protocol.rb

Overview

Module containing models for requests made to, and responses received from, OCI Healthchecks services

Defined Under Namespace

Classes: ChangeHttpMonitorCompartmentDetails, ChangePingMonitorCompartmentDetails, Connection, CreateHttpMonitorDetails, CreateOnDemandHttpProbeDetails, CreateOnDemandPingProbeDetails, CreatePingMonitorDetails, DNS, Geolocation, HealthChecksVantagePointSummary, HttpMonitor, HttpMonitorSummary, HttpProbe, HttpProbeResultSummary, PingMonitor, PingMonitorSummary, PingProbe, PingProbeResultSummary, Routing, TcpConnection, UpdateHttpMonitorDetails, UpdatePingMonitorDetails

Constant Summary collapse

HTTP_PROBE_METHOD_ENUM =
[
  HTTP_PROBE_METHOD_GET = 'GET'.freeze,
  HTTP_PROBE_METHOD_HEAD = 'HEAD'.freeze
].freeze
HTTP_PROBE_PROTOCOL_ENUM =
[
  HTTP_PROBE_PROTOCOL_HTTP = 'HTTP'.freeze,
  HTTP_PROBE_PROTOCOL_HTTPS = 'HTTPS'.freeze
].freeze
PING_PROBE_PROTOCOL_ENUM =
[
  PING_PROBE_PROTOCOL_ICMP = 'ICMP'.freeze,
  PING_PROBE_PROTOCOL_TCP = 'TCP'.freeze
].freeze