Class Servicev1Healthcheck
Inheritance
System.Object
Servicev1Healthcheck
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Fastly.Outputs
Assembly: Pulumi.Fastly.dll
Syntax
public sealed class Servicev1Healthcheck
Fields
View SourceCheckInterval
How often to run the Healthcheck in milliseconds. Default 5000.
Declaration
public readonly int? CheckInterval
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
ExpectedResponse
The status code expected from the host. Default 200.
Declaration
public readonly int? ExpectedResponse
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Host
The Host header to send for this Healthcheck.
Declaration
public readonly string Host
Field Value
| Type | Description |
|---|---|
| System.String |
HttpVersion
Whether to use version 1.0 or 1.1 HTTP. Default 1.1.
Declaration
public readonly string HttpVersion
Field Value
| Type | Description |
|---|---|
| System.String |
Initial
When loading a config, the initial number of probes to be seen as OK. Default 2.
Declaration
public readonly int? Initial
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Method
HTTP method used for request. Can be either POST or PUT. Default POST.
Declaration
public readonly string Method
Field Value
| Type | Description |
|---|---|
| System.String |
Name
A unique name to identify this dictionary.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Path
The path to upload logs to. Must end with a trailing slash. If this field is left empty, the files will be saved in the container's root path.
Declaration
public readonly string Path
Field Value
| Type | Description |
|---|---|
| System.String |
Threshold
How many Healthchecks must succeed to be considered healthy. Default 3.
Declaration
public readonly int? Threshold
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Timeout
Timeout in milliseconds. Default 500.
Declaration
public readonly int? Timeout
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Window
The number of most recent Healthcheck queries to keep for this Healthcheck. Default 5.
Declaration
public readonly int? Window
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |