Show / Hide Table of Contents

Class Servicev1HealthcheckArgs

Inheritance
System.Object
InputArgs
ResourceArgs
Servicev1HealthcheckArgs
Inherited Members
ResourceArgs.Empty
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 Source

Servicev1HealthcheckArgs()

Declaration
public Servicev1HealthcheckArgs()

Properties

View Source

CheckInterval

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

Declaration
public Input<int> CheckInterval { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

ExpectedResponse

The status code expected from the host. Default 200.

Declaration
public Input<int> ExpectedResponse { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Host

The Host header to send for this Healthcheck.

Declaration
public Input<string> Host { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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

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

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

Name

A unique name to identify this dictionary.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<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 Input<string> Path { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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

Timeout

Timeout in milliseconds. Default 500.

Declaration
public Input<int> Timeout { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

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