public static class CreateIstioGatewayRoutesRequest.CreateIstioGatewayRoutesRequestGatewayRouteMatchRequestURI
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
matchingContent
The content to be matched.
|
String |
matchingMode
The matching mode for the routing rule.
|
| 构造器和说明 |
|---|
CreateIstioGatewayRoutesRequestGatewayRouteMatchRequestURI() |
@NameInMap(value="MatchingContent") public String matchingContent
The content to be matched.
@NameInMap(value="MatchingMode") public String matchingMode
The matching mode for the routing rule. Valid values:
* `exact`: exact match
* `prefix`: match by prefix
* `regex`: match by regular expression
public CreateIstioGatewayRoutesRequestGatewayRouteMatchRequestURI()
public static CreateIstioGatewayRoutesRequest.CreateIstioGatewayRoutesRequestGatewayRouteMatchRequestURI build(Map<String,?> map) throws Exception
Exceptionpublic CreateIstioGatewayRoutesRequest.CreateIstioGatewayRoutesRequestGatewayRouteMatchRequestURI setMatchingContent(String matchingContent)
public String getMatchingContent()
public CreateIstioGatewayRoutesRequest.CreateIstioGatewayRoutesRequestGatewayRouteMatchRequestURI setMatchingMode(String matchingMode)
public String getMatchingMode()
Copyright © 2023. All rights reserved.