Show / Hide Table of Contents

Class UpstreamHealthchecksPassiveHealthyArgs

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

Constructors

View Source

UpstreamHealthchecksPassiveHealthyArgs()

Declaration
public UpstreamHealthchecksPassiveHealthyArgs()

Properties

View Source

HttpStatuses

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

Successes

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