Show / Hide Table of Contents

Class UpstreamArgs

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

Constructors

View Source

UpstreamArgs()

Declaration
public UpstreamArgs()

Properties

View Source

HashFallback

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

HashFallbackHeader

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

HashOn

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

HashOnCookie

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

HashOnCookiePath

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

HashOnHeader

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

Healthchecks

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

Name

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

Slots

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