HealthProbeParameters Class
The JSON object that contains the properties to send health probes to origin.
Constructor
HealthProbeParameters(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
probe_path
|
The path relative to the origin that is used to determine the health of the origin. |
|
probe_request_type
|
The type of health probe request that is made. Known values are: "NotSet", "GET", and "HEAD". |
|
probe_protocol
|
str or
ProbeProtocol
Protocol to use for health probe. Known values are: "NotSet", "Http", and "Https". |
|
probe_interval_in_seconds
|
The number of seconds between health probes.Default is 240sec. |
Attributes
probe_interval_in_seconds
The number of seconds between health probes.Default is 240sec.
probe_interval_in_seconds: int | None
probe_path
The path relative to the origin that is used to determine the health of the origin.
probe_path: str | None
probe_protocol
"NotSet", "Http", and "Https".
probe_protocol: str | _models.ProbeProtocol | None
probe_request_type
"NotSet", "GET", and "HEAD".
probe_request_type: str | _models.HealthProbeRequestType | None