Class UpstreamHealthchecksActiveArgs
Inheritance
System.Object
UpstreamHealthchecksActiveArgs
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()
Assembly: Pulumi.Kong.dll
public sealed class UpstreamHealthchecksActiveArgs : ResourceArgs
Constructors
View Source
Declaration
public UpstreamHealthchecksActiveArgs()
Properties
View Source
Declaration
public Input<int> Concurrency { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Declaration
public Input<UpstreamHealthchecksActiveHealthyArgs> Healthy { get; set; }
Property Value
View Source
Declaration
public Input<string> HttpPath { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> HttpsSni { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<bool> HttpsVerifyCertificate { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
Declaration
public Input<int> Timeout { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Declaration
public Input<string> Type { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<UpstreamHealthchecksActiveUnhealthyArgs> Unhealthy { get; set; }
Property Value