Show / Hide Table of Contents

Class UpstreamHealthchecksPassiveArgs

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

Constructors

View Source

UpstreamHealthchecksPassiveArgs()

Declaration
public UpstreamHealthchecksPassiveArgs()

Properties

View Source

Healthy

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

Type

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

Unhealthy

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