public static class UpdateIstioGatewayRoutesRequest.UpdateIstioGatewayRoutesRequestGatewayRouteRouteDestinationsDestination
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
host
The name of the service defined in the service registry.
|
UpdateIstioGatewayRoutesRequest.UpdateIstioGatewayRoutesRequestGatewayRouteRouteDestinationsDestinationPort |
port
The port of the destination service.
|
String |
subset
The name of the service subset.
|
| 构造器和说明 |
|---|
UpdateIstioGatewayRoutesRequestGatewayRouteRouteDestinationsDestination() |
@NameInMap(value="Host") public String host
The name of the service defined in the service registry.
@NameInMap(value="Port") public UpdateIstioGatewayRoutesRequest.UpdateIstioGatewayRoutesRequestGatewayRouteRouteDestinationsDestinationPort port
The port of the destination service.
> If the destination service of the route has only one port, this field can be left empty. If the destination service has multiple ports, you must specify the port number.
@NameInMap(value="Subset") public String subset
The name of the service subset.
public UpdateIstioGatewayRoutesRequestGatewayRouteRouteDestinationsDestination()
public static UpdateIstioGatewayRoutesRequest.UpdateIstioGatewayRoutesRequestGatewayRouteRouteDestinationsDestination build(Map<String,?> map) throws Exception
Exceptionpublic UpdateIstioGatewayRoutesRequest.UpdateIstioGatewayRoutesRequestGatewayRouteRouteDestinationsDestination setHost(String host)
public String getHost()
public UpdateIstioGatewayRoutesRequest.UpdateIstioGatewayRoutesRequestGatewayRouteRouteDestinationsDestination setPort(UpdateIstioGatewayRoutesRequest.UpdateIstioGatewayRoutesRequestGatewayRouteRouteDestinationsDestinationPort port)
public UpdateIstioGatewayRoutesRequest.UpdateIstioGatewayRoutesRequestGatewayRouteRouteDestinationsDestinationPort getPort()
public UpdateIstioGatewayRoutesRequest.UpdateIstioGatewayRoutesRequestGatewayRouteRouteDestinationsDestination setSubset(String subset)
public String getSubset()
Copyright © 2023. All rights reserved.