Class RouteArgs
Inheritance
System.Object
RouteArgs
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 RouteArgs : ResourceArgs
Constructors
View Source
RouteArgs()
Declaration
Properties
View Source
Destinations
Declaration
public InputList<RouteDestinationArgs> Destinations { get; set; }
Property Value
View Source
Hosts
Declaration
public InputList<string> Hosts { get; set; }
Property Value
View Source
Methods
Declaration
public InputList<string> Methods { get; set; }
Property Value
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
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
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
View Source
Sources
Declaration
public InputList<RouteSourceArgs> Sources { get; set; }
Property Value
View Source
StripPath
Declaration
public Input<bool> StripPath { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|