public static class ListCustomRoutingEndpointGroupDestinationsResponseBody.ListCustomRoutingEndpointGroupDestinationsResponseBodyDestinations
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
acceleratorId
The ID of the GA instance.
|
String |
destinationId
The ID of the endpoint group mapping configuration.
|
String |
endpointGroupId
The ID of the endpoint group.
|
Integer |
fromPort
The start port of the backend service port range of the endpoint group.
|
String |
listenerId
The ID of the listener.
|
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.
|
| 构造器和说明 |
|---|
ListCustomRoutingEndpointGroupDestinationsResponseBody.ListCustomRoutingEndpointGroupDestinationsResponseBodyDestinations() |
@NameInMap(value="AcceleratorId") public String acceleratorId
The ID of the GA instance.
@NameInMap(value="DestinationId") public String destinationId
The ID of the endpoint group mapping configuration.
@NameInMap(value="EndpointGroupId") public String endpointGroupId
The ID of the endpoint group.
@NameInMap(value="FromPort") public Integer fromPort
The start port of the backend service port range of the endpoint group.
@NameInMap(value="ListenerId") public String listenerId
The ID of the listener.
@NameInMap(value="Protocols") public List<String> protocols
The backend service protocol of the endpoint group.
* **tcp**: TCP
* **udp**: UDP
* **tcp,udp**: TCP and UDP
@NameInMap(value="ToPort") public Integer toPort
The end port of the backend service port range of the endpoint group.
public ListCustomRoutingEndpointGroupDestinationsResponseBody.ListCustomRoutingEndpointGroupDestinationsResponseBodyDestinations()
public static ListCustomRoutingEndpointGroupDestinationsResponseBody.ListCustomRoutingEndpointGroupDestinationsResponseBodyDestinations build(Map<String,?> map) throws Exception
Exceptionpublic ListCustomRoutingEndpointGroupDestinationsResponseBody.ListCustomRoutingEndpointGroupDestinationsResponseBodyDestinations setAcceleratorId(String acceleratorId)
public String getAcceleratorId()
public ListCustomRoutingEndpointGroupDestinationsResponseBody.ListCustomRoutingEndpointGroupDestinationsResponseBodyDestinations setDestinationId(String destinationId)
public String getDestinationId()
public ListCustomRoutingEndpointGroupDestinationsResponseBody.ListCustomRoutingEndpointGroupDestinationsResponseBodyDestinations setEndpointGroupId(String endpointGroupId)
public String getEndpointGroupId()
public ListCustomRoutingEndpointGroupDestinationsResponseBody.ListCustomRoutingEndpointGroupDestinationsResponseBodyDestinations setFromPort(Integer fromPort)
public Integer getFromPort()
public ListCustomRoutingEndpointGroupDestinationsResponseBody.ListCustomRoutingEndpointGroupDestinationsResponseBodyDestinations setListenerId(String listenerId)
public String getListenerId()
public ListCustomRoutingEndpointGroupDestinationsResponseBody.ListCustomRoutingEndpointGroupDestinationsResponseBodyDestinations setProtocols(List<String> protocols)
public ListCustomRoutingEndpointGroupDestinationsResponseBody.ListCustomRoutingEndpointGroupDestinationsResponseBodyDestinations setToPort(Integer toPort)
public Integer getToPort()
Copyright © 2023. All rights reserved.