public class CreateIstioGatewayRoutesShrinkRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
description
The description of the routing rule.
|
String |
gatewayRouteShrink
The information about the routing rule to be created for the ASM gateway.
|
String |
istioGatewayName
The name of the ASM gateway.
|
Integer |
priority
The priority of the routing rule.
|
String |
serviceMeshId
The ASM instance ID.
|
Integer |
status
The status of the routing rule.
|
| 构造器和说明 |
|---|
CreateIstioGatewayRoutesShrinkRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateIstioGatewayRoutesShrinkRequest |
build(Map<String,?> map) |
String |
getDescription() |
String |
getGatewayRouteShrink() |
String |
getIstioGatewayName() |
Integer |
getPriority() |
String |
getServiceMeshId() |
Integer |
getStatus() |
CreateIstioGatewayRoutesShrinkRequest |
setDescription(String description) |
CreateIstioGatewayRoutesShrinkRequest |
setGatewayRouteShrink(String gatewayRouteShrink) |
CreateIstioGatewayRoutesShrinkRequest |
setIstioGatewayName(String istioGatewayName) |
CreateIstioGatewayRoutesShrinkRequest |
setPriority(Integer priority) |
CreateIstioGatewayRoutesShrinkRequest |
setServiceMeshId(String serviceMeshId) |
CreateIstioGatewayRoutesShrinkRequest |
setStatus(Integer status) |
@NameInMap(value="Description") public String description
The description of the routing rule.
@NameInMap(value="GatewayRoute") public String gatewayRouteShrink
The information about the routing rule to be created for the ASM gateway.
@NameInMap(value="IstioGatewayName") public String istioGatewayName
The name of the ASM gateway.
@NameInMap(value="Priority") public Integer priority
The priority of the routing rule. The value of this parameter is an integer. A smaller value indicates a higher priority.
@NameInMap(value="ServiceMeshId") public String serviceMeshId
The ASM instance ID.
@NameInMap(value="Status") public Integer status
The status of the routing rule. Valid values:
* `0`: The routing rule is valid.
* `1`: The routing rule is invalid.
* `2`: An error occurs during the creation or update of the routing rule.
public static CreateIstioGatewayRoutesShrinkRequest build(Map<String,?> map) throws Exception
Exceptionpublic CreateIstioGatewayRoutesShrinkRequest setDescription(String description)
public String getDescription()
public CreateIstioGatewayRoutesShrinkRequest setGatewayRouteShrink(String gatewayRouteShrink)
public String getGatewayRouteShrink()
public CreateIstioGatewayRoutesShrinkRequest setIstioGatewayName(String istioGatewayName)
public String getIstioGatewayName()
public CreateIstioGatewayRoutesShrinkRequest setPriority(Integer priority)
public Integer getPriority()
public CreateIstioGatewayRoutesShrinkRequest setServiceMeshId(String serviceMeshId)
public String getServiceMeshId()
public CreateIstioGatewayRoutesShrinkRequest setStatus(Integer status)
public Integer getStatus()
Copyright © 2023. All rights reserved.