Show / Hide Table of Contents

Class Route

Inheritance
System.Object
Resource
CustomResource
Route
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 Route : CustomResource

Constructors

View Source

Route(String, RouteArgs, CustomResourceOptions)

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

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

The unique name of the resource

RouteArgs 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

Destinations

Declaration
public Output<ImmutableArray<RouteDestination>> Destinations { get; }
Property Value
Type Description
Output<System.Collections.Immutable.ImmutableArray<RouteDestination>>
View Source

Hosts

Declaration
public Output<ImmutableArray<string>> Hosts { get; }
Property Value
Type Description
Output<System.Collections.Immutable.ImmutableArray<System.String>>
View Source

Methods

Declaration
public Output<ImmutableArray<string>> Methods { get; }
Property Value
Type Description
Output<System.Collections.Immutable.ImmutableArray<System.String>>
View Source

Name

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

Paths

Declaration
public Output<ImmutableArray<string>> Paths { get; }
Property Value
Type Description
Output<System.Collections.Immutable.ImmutableArray<System.String>>
View Source

PreserveHost

Declaration
public Output<bool?> PreserveHost { get; }
Property Value
Type Description
Output<System.Nullable<System.Boolean>>
View Source

Protocols

Declaration
public Output<ImmutableArray<string>> Protocols { get; }
Property Value
Type Description
Output<System.Collections.Immutable.ImmutableArray<System.String>>
View Source

RegexPriority

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

ServiceId

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

Snis

Declaration
public Output<ImmutableArray<string>> Snis { get; }
Property Value
Type Description
Output<System.Collections.Immutable.ImmutableArray<System.String>>
View Source

Sources

Declaration
public Output<ImmutableArray<RouteSource>> Sources { get; }
Property Value
Type Description
Output<System.Collections.Immutable.ImmutableArray<RouteSource>>
View Source

StripPath

Declaration
public Output<bool?> StripPath { get; }
Property Value
Type Description
Output<System.Nullable<System.Boolean>>

Methods

View Source

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

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

Declaration
public static Route Get(string name, Input<string> id, RouteState 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.

RouteState state

Any extra arguments used during the lookup.

CustomResourceOptions options

A bag of options that control this resource's behavior

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