public static class CreateCustomRoutingEndpointGroupsRequest.CreateCustomRoutingEndpointGroupsRequestEndpointGroupConfigurationsDestinationConfigurations
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
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.
|
| 构造器和说明 |
|---|
CreateCustomRoutingEndpointGroupsRequest.CreateCustomRoutingEndpointGroupsRequestEndpointGroupConfigurationsDestinationConfigurations() |
@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 for each endpoint group.
@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 for each endpoint group.
public CreateCustomRoutingEndpointGroupsRequest.CreateCustomRoutingEndpointGroupsRequestEndpointGroupConfigurationsDestinationConfigurations()
public static CreateCustomRoutingEndpointGroupsRequest.CreateCustomRoutingEndpointGroupsRequestEndpointGroupConfigurationsDestinationConfigurations build(Map<String,?> map) throws Exception
Exceptionpublic CreateCustomRoutingEndpointGroupsRequest.CreateCustomRoutingEndpointGroupsRequestEndpointGroupConfigurationsDestinationConfigurations setFromPort(Integer fromPort)
public Integer getFromPort()
public CreateCustomRoutingEndpointGroupsRequest.CreateCustomRoutingEndpointGroupsRequestEndpointGroupConfigurationsDestinationConfigurations setProtocols(List<String> protocols)
public CreateCustomRoutingEndpointGroupsRequest.CreateCustomRoutingEndpointGroupsRequestEndpointGroupConfigurationsDestinationConfigurations setToPort(Integer toPort)
public Integer getToPort()
Copyright © 2023. All rights reserved.