public class UpdateIstioGatewayRoutesShrinkRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
description
The description of the routing rule.
|
String |
gatewayRouteShrink
The information about the routing rule to be updated 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.
|
| 构造器和说明 |
|---|
UpdateIstioGatewayRoutesShrinkRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UpdateIstioGatewayRoutesShrinkRequest |
build(Map<String,?> map) |
String |
getDescription() |
String |
getGatewayRouteShrink() |
String |
getIstioGatewayName() |
Integer |
getPriority() |
String |
getServiceMeshId() |
Integer |
getStatus() |
UpdateIstioGatewayRoutesShrinkRequest |
setDescription(String description) |
UpdateIstioGatewayRoutesShrinkRequest |
setGatewayRouteShrink(String gatewayRouteShrink) |
UpdateIstioGatewayRoutesShrinkRequest |
setIstioGatewayName(String istioGatewayName) |
UpdateIstioGatewayRoutesShrinkRequest |
setPriority(Integer priority) |
UpdateIstioGatewayRoutesShrinkRequest |
setServiceMeshId(String serviceMeshId) |
UpdateIstioGatewayRoutesShrinkRequest |
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 updated 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 UpdateIstioGatewayRoutesShrinkRequest build(Map<String,?> map) throws Exception
Exceptionpublic UpdateIstioGatewayRoutesShrinkRequest setDescription(String description)
public String getDescription()
public UpdateIstioGatewayRoutesShrinkRequest setGatewayRouteShrink(String gatewayRouteShrink)
public String getGatewayRouteShrink()
public UpdateIstioGatewayRoutesShrinkRequest setIstioGatewayName(String istioGatewayName)
public String getIstioGatewayName()
public UpdateIstioGatewayRoutesShrinkRequest setPriority(Integer priority)
public Integer getPriority()
public UpdateIstioGatewayRoutesShrinkRequest setServiceMeshId(String serviceMeshId)
public String getServiceMeshId()
public UpdateIstioGatewayRoutesShrinkRequest setStatus(Integer status)
public Integer getStatus()
Copyright © 2023. All rights reserved.