public static class CreateCustomRoutingEndpointGroupsRequest.CreateCustomRoutingEndpointGroupsRequestEndpointGroupConfigurationsDestinationConfigurations
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Integer |
fromPort
The first backend service port for the endpoint group.
|
List<String> |
protocols
The backend service protocol.
|
Integer |
toPort
The last backend service port for the endpoint group.
|
构造器和说明 |
---|
CreateCustomRoutingEndpointGroupsRequestEndpointGroupConfigurationsDestinationConfigurations() |
@NameInMap(value="FromPort") public Integer fromPort
The first backend service port for the endpoint group.
Valid values: **1** to **65499**. The value of **FromPort** must be smaller than or equal to the value of **ToPort**.
You can specify at most 20 first backend service ports for each endpoint group.
@NameInMap(value="Protocols") public List<String> protocols
The backend service protocol.
You can specify up to four backend service protocols in each mapping configuration.
@NameInMap(value="ToPort") public Integer toPort
The last backend service port for the endpoint group.
Valid values: **1** to **65499**. The value of **FromPort** must be smaller than or equal to the value of **ToPort**.
You can specify at most 20 last backend service ports for each endpoint group.
public CreateCustomRoutingEndpointGroupsRequestEndpointGroupConfigurationsDestinationConfigurations()
public static CreateCustomRoutingEndpointGroupsRequest.CreateCustomRoutingEndpointGroupsRequestEndpointGroupConfigurationsDestinationConfigurations build(Map<String,?> map) throws Exception
Exception
public 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 © 2024. All rights reserved.