Class UpstreamArgs
Inheritance
System.Object
UpstreamArgs
Inherited Members
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()
Assembly: Pulumi.Kong.dll
Syntax
public sealed class UpstreamArgs : ResourceArgs
Constructors
View Source
UpstreamArgs()
Declaration
Properties
View Source
HashFallback
Declaration
public Input<string> HashFallback { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
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
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
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> |
|