Show / Hide Table of Contents

Class RouteArgs

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

Constructors

View Source

RouteArgs()

Declaration
public RouteArgs()

Properties

View Source

Destinations

Declaration
public InputList<RouteDestinationArgs> Destinations { get; set; }
Property Value
Type Description
InputList<RouteDestinationArgs>
View Source

Hosts

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

Methods

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

Name

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

Paths

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

PreserveHost

Declaration
public Input<bool> PreserveHost { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Protocols

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

RegexPriority

Declaration
public Input<int> RegexPriority { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

ServiceId

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

Snis

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

Sources

Declaration
public InputList<RouteSourceArgs> Sources { get; set; }
Property Value
Type Description
InputList<RouteSourceArgs>
View Source

StripPath

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