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
The backend service protocol of the endpoint group.
|
Integer |
toPort
The end port of the backend service port range of the endpoint group.
|
构造器和说明 |
---|
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 in each request.
@NameInMap(value="Protocols") public List<String> protocols
The backend service protocol of the endpoint group. Valid values:
* **tcp**: TCP
* **udp**: UDP
* **tcp,udp**: TCP and UDP
You can specify up to four backend service protocols in each configuration.
@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 in each request.
public UpdateCustomRoutingEndpointGroupDestinationsRequestDestinationConfigurations()
public static UpdateCustomRoutingEndpointGroupDestinationsRequest.UpdateCustomRoutingEndpointGroupDestinationsRequestDestinationConfigurations build(Map<String,?> map) throws Exception
Exception
public 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 © 2024. All rights reserved.