public static class UpdateCustomRoutingEndpointGroupDestinationsRequest.UpdateCustomRoutingEndpointGroupDestinationsRequestDestinationConfigurations
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
destinationId
The ID of the mapping configuration of the endpoint group.
|
Integer |
fromPort
The start port of the backend service port range of the endpoint group.
|
List<String> |
protocols |
Integer |
toPort
The end port of the backend service port range of the endpoint group.
|
| 构造器和说明 |
|---|
UpdateCustomRoutingEndpointGroupDestinationsRequest.UpdateCustomRoutingEndpointGroupDestinationsRequestDestinationConfigurations() |
@NameInMap(value="DestinationId") public String destinationId
The ID of the mapping configuration of the endpoint group.
@NameInMap(value="FromPort") public Integer fromPort
The start port of the backend service port range of the endpoint group.
Valid values: **1** to **65499**. The **FromPort** value must be smaller than or equal to the **ToPort** value.
You can specify up to 20 start ports of backend service port ranges in each request.
@NameInMap(value="ToPort") public Integer toPort
The end port of the backend service port range of the endpoint group.
Valid values: **1** to **65499**. The **FromPort** value must be smaller than or equal to the **ToPort** value.
You can specify up to 20 end ports of backend service port ranges in each request.
public UpdateCustomRoutingEndpointGroupDestinationsRequest.UpdateCustomRoutingEndpointGroupDestinationsRequestDestinationConfigurations()
public static UpdateCustomRoutingEndpointGroupDestinationsRequest.UpdateCustomRoutingEndpointGroupDestinationsRequestDestinationConfigurations build(Map<String,?> map) throws Exception
Exceptionpublic UpdateCustomRoutingEndpointGroupDestinationsRequest.UpdateCustomRoutingEndpointGroupDestinationsRequestDestinationConfigurations setDestinationId(String destinationId)
public String getDestinationId()
public UpdateCustomRoutingEndpointGroupDestinationsRequest.UpdateCustomRoutingEndpointGroupDestinationsRequestDestinationConfigurations setFromPort(Integer fromPort)
public Integer getFromPort()
public UpdateCustomRoutingEndpointGroupDestinationsRequest.UpdateCustomRoutingEndpointGroupDestinationsRequestDestinationConfigurations setProtocols(List<String> protocols)
public UpdateCustomRoutingEndpointGroupDestinationsRequest.UpdateCustomRoutingEndpointGroupDestinationsRequestDestinationConfigurations setToPort(Integer toPort)
public Integer getToPort()
Copyright © 2023. All rights reserved.