Show / Hide Table of Contents

Class Upstream

Inheritance
System.Object
Resource
CustomResource
Upstream
Inherited Members
CustomResource.Id
Resource.GetResourceType()
Resource.GetResourceName()
Resource.Urn
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 class Upstream : CustomResource

Constructors

View Source

Upstream(String, UpstreamArgs, CustomResourceOptions)

Create a Upstream resource with the given unique name, arguments, and options.

Declaration
public Upstream(string name, UpstreamArgs args = null, CustomResourceOptions options = null)
Parameters
Type Name Description
System.String name

The unique name of the resource

UpstreamArgs args

The arguments used to populate this resource's properties

CustomResourceOptions options

A bag of options that control this resource's behavior

Properties

View Source

HashFallback

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

HashFallbackHeader

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

HashOn

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

HashOnCookie

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

HashOnCookiePath

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

HashOnHeader

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

Healthchecks

Declaration
public Output<UpstreamHealthchecks> Healthchecks { get; }
Property Value
Type Description
Output<UpstreamHealthchecks>
View Source

Name

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

Slots

Declaration
public Output<int?> Slots { get; }
Property Value
Type Description
Output<System.Nullable<System.Int32>>

Methods

View Source

Get(String, Input<String>, UpstreamState, CustomResourceOptions)

Get an existing Upstream resource's state with the given name, ID, and optional extra properties used to qualify the lookup.

Declaration
public static Upstream Get(string name, Input<string> id, UpstreamState state = null, CustomResourceOptions options = null)
Parameters
Type Name Description
System.String name

The unique name of the resulting resource.

Input<System.String> id

The unique provider ID of the resource to lookup.

UpstreamState state

Any extra arguments used during the lookup.

CustomResourceOptions options

A bag of options that control this resource's behavior

Returns
Type Description
Upstream
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.