Show / Hide Table of Contents

Class UpstreamHealthchecksPassiveUnhealthyArgs

Inheritance
System.Object
InputArgs
ResourceArgs
UpstreamHealthchecksPassiveUnhealthyArgs
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 UpstreamHealthchecksPassiveUnhealthyArgs : ResourceArgs

Constructors

View Source

UpstreamHealthchecksPassiveUnhealthyArgs()

Declaration
public UpstreamHealthchecksPassiveUnhealthyArgs()

Properties

View Source

HttpFailures

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

HttpStatuses

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

TcpFailures

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

Timeouts

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