Show / Hide Table of Contents

Class FlexibleAppVersionReadinessCheck

Inheritance
System.Object
FlexibleAppVersionReadinessCheck
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.Gcp.AppEngine.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class FlexibleAppVersionReadinessCheck

Fields

View Source

AppStartTimeout

A maximum time limit on application initialization, measured from moment the application successfully replies to a healthcheck until it is ready to serve traffic. Default: "300s"

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

CheckInterval

Interval between health checks.

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

FailureThreshold

Number of consecutive failed checks required before considering the VM unhealthy. Default: 4.

Declaration
public readonly double? FailureThreshold
Field Value
Type Description
System.Nullable<System.Double>
View Source

Host

Host header to send when performing a HTTP Readiness check. Example: "myapp.appspot.com"

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

Path

Path to the static files matched by the URL pattern, from the application root directory. The path can refer to text matched in groupings in the URL pattern.

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

SuccessThreshold

Number of consecutive successful checks required before considering the VM healthy. Default: 2.

Declaration
public readonly double? SuccessThreshold
Field Value
Type Description
System.Nullable<System.Double>
View Source

Timeout

Time before the check is considered failed. Default: "4s"

Declaration
public readonly string Timeout
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.