Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Describes the hostname properties for http routing.
Properties
Name | Type | Required |
---|---|---|
name |
string | Yes |
match |
HttpRouteMatchRule | Yes |
destination |
GatewayDestination | Yes |
name
Type: string
Required: Yes
http route name.
match
Type: HttpRouteMatchRule
Required: Yes
Describes a rule for http route matching.
destination
Type: GatewayDestination
Required: Yes
Describes destination endpoint for routing traffic.