Show / Hide Table of Contents

Class UpstreamHealthchecksActiveArgs

Inheritance
System.Object
InputArgs
ResourceArgs
UpstreamHealthchecksActiveArgs
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.Kong.Inputs
Assembly: Pulumi.Kong.dll
Syntax
public sealed class UpstreamHealthchecksActiveArgs : ResourceArgs

Constructors

View Source

UpstreamHealthchecksActiveArgs()

Declaration
public UpstreamHealthchecksActiveArgs()

Properties

View Source

Concurrency

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

Healthy

Declaration
public Input<UpstreamHealthchecksActiveHealthyArgs> Healthy { get; set; }
Property Value
Type Description
Input<UpstreamHealthchecksActiveHealthyArgs>
View Source

HttpPath

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

HttpsSni

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

HttpsVerifyCertificate

Declaration
public Input<bool> HttpsVerifyCertificate { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Timeout

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

Type

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

Unhealthy

Declaration
public Input<UpstreamHealthchecksActiveUnhealthyArgs> Unhealthy { get; set; }
Property Value
Type Description
Input<UpstreamHealthchecksActiveUnhealthyArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.