public static class CreateCustomRoutingEndpointGroupDestinationsRequest.CreateCustomRoutingEndpointGroupDestinationsRequestDestinationConfigurations
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Integer |
fromPort
The last port of the backend service port range.
|
List<String> |
protocols
The backend service protocol of the endpoint group.
|
Integer |
toPort
The response parameters.
|
构造器和说明 |
---|
CreateCustomRoutingEndpointGroupDestinationsRequestDestinationConfigurations() |
@NameInMap(value="FromPort") public Integer fromPort
The last port of the backend service port range.
Valid values: **1** to **65499**. The value of **FromPort** must be equal to or smaller than the value of **ToPort**.
You can specify up to 20 last ports in each call.
@NameInMap(value="Protocols") public List<String> protocols
The backend service protocol of the endpoint group. Valid values:
* **TCP**
* **UDP**
* **TCP+UDP: the TCP and UDP protocols.**
You can specify up to four backend service protocols for each endpoint group mapping.
@NameInMap(value="ToPort") public Integer toPort
The response parameters.
public CreateCustomRoutingEndpointGroupDestinationsRequestDestinationConfigurations()
public static CreateCustomRoutingEndpointGroupDestinationsRequest.CreateCustomRoutingEndpointGroupDestinationsRequestDestinationConfigurations build(Map<String,?> map) throws Exception
Exception
public CreateCustomRoutingEndpointGroupDestinationsRequest.CreateCustomRoutingEndpointGroupDestinationsRequestDestinationConfigurations setFromPort(Integer fromPort)
public Integer getFromPort()
public CreateCustomRoutingEndpointGroupDestinationsRequest.CreateCustomRoutingEndpointGroupDestinationsRequestDestinationConfigurations setProtocols(List<String> protocols)
public CreateCustomRoutingEndpointGroupDestinationsRequest.CreateCustomRoutingEndpointGroupDestinationsRequestDestinationConfigurations setToPort(Integer toPort)
public Integer getToPort()
Copyright © 2024. All rights reserved.