Show / Hide Table of Contents

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 Source

CheckInterval

How often to run the Healthcheck in milliseconds. Default 5000.

Declaration
public readonly int? CheckInterval
Field Value
Type Description
System.Nullable<System.Int32>
View Source

ExpectedResponse

The status code expected from the host. Default 200.

Declaration
public readonly int? ExpectedResponse
Field Value
Type Description
System.Nullable<System.Int32>
View Source

Host

The Host header to send for this Healthcheck.

Declaration
public readonly string Host
Field Value
Type Description
System.String
View Source

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
View Source

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>
View Source

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
View Source

Name

A unique name to identify this dictionary.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

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
View Source

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>
View Source

Timeout

Timeout in milliseconds. Default 500.

Declaration
public readonly int? Timeout
Field Value
Type Description
System.Nullable<System.Int32>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.