Class Servicev1HealthcheckArgs
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.Inputs
Assembly: Pulumi.Fastly.dll
Syntax
public sealed class Servicev1HealthcheckArgs : ResourceArgs
Constructors
View SourceServicev1HealthcheckArgs()
Declaration
public Servicev1HealthcheckArgs()
Properties
View SourceCheckInterval
How often to run the Healthcheck in milliseconds. Default 5000.
Declaration
public Input<int> CheckInterval { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
ExpectedResponse
The status code expected from the host. Default 200.
Declaration
public Input<int> ExpectedResponse { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Host
The Host header to send for this Healthcheck.
Declaration
public Input<string> Host { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
HttpVersion
Whether to use version 1.0 or 1.1 HTTP. Default 1.1.
Declaration
public Input<string> HttpVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Initial
When loading a config, the initial number of probes to be seen as OK. Default 2.
Declaration
public Input<int> Initial { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Method
HTTP method used for request. Can be either POST or PUT. Default POST.
Declaration
public Input<string> Method { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
A unique name to identify this dictionary.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> Path { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Threshold
How many Healthchecks must succeed to be considered healthy. Default 3.
Declaration
public Input<int> Threshold { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Timeout
Timeout in milliseconds. Default 500.
Declaration
public Input<int> Timeout { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Window
The number of most recent Healthcheck queries to keep for this Healthcheck. Default 5.
Declaration
public Input<int> Window { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |