Class FlexibleAppVersionReadinessCheckGetArgs
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class FlexibleAppVersionReadinessCheckGetArgs : ResourceArgs
Constructors
View SourceFlexibleAppVersionReadinessCheckGetArgs()
Declaration
public FlexibleAppVersionReadinessCheckGetArgs()
Properties
View SourceAppStartTimeout
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 Input<string> AppStartTimeout { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CheckInterval
Interval between health checks.
Declaration
public Input<string> CheckInterval { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
FailureThreshold
Number of consecutive failed checks required before considering the VM unhealthy. Default: 4.
Declaration
public Input<double> FailureThreshold { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Double> |
Host
Host header to send when performing a HTTP Readiness check. Example: "myapp.appspot.com"
Declaration
public Input<string> Host { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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 Input<string> Path { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SuccessThreshold
Number of consecutive successful checks required before considering the VM healthy. Default: 2.
Declaration
public Input<double> SuccessThreshold { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Double> |
Timeout
Time before the check is considered failed. Default: "4s"
Declaration
public Input<string> Timeout { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |