public static class ListCustomRoutingEndpointGroupDestinationsResponseBody.ListCustomRoutingEndpointGroupDestinationsResponseBodyDestinations
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
acceleratorId
The GA instance ID.
|
String |
destinationId
The ID of the endpoint group mapping.
|
String |
endpointGroupId
The endpoint group ID.
|
Integer |
fromPort
The first port of the backend service port range.
|
String |
listenerId
The listener ID.
|
List<String> |
protocols
The backend service protocols of the endpoint group.
|
String |
serviceId
The ID of the service that manages the GA instance.
|
Boolean |
serviceManaged
Indicates whether the GA instance is managed.
|
List<ListCustomRoutingEndpointGroupDestinationsResponseBody.ListCustomRoutingEndpointGroupDestinationsResponseBodyDestinationsServiceManagedInfos> |
serviceManagedInfos
The actions that you can perform on the managed instance.
|
Integer |
toPort
The last port of the backend service port range.
|
构造器和说明 |
---|
ListCustomRoutingEndpointGroupDestinationsResponseBodyDestinations() |
@NameInMap(value="AcceleratorId") public String acceleratorId
The GA instance ID.
@NameInMap(value="DestinationId") public String destinationId
The ID of the endpoint group mapping.
@NameInMap(value="EndpointGroupId") public String endpointGroupId
The endpoint group ID.
@NameInMap(value="FromPort") public Integer fromPort
The first port of the backend service port range.
@NameInMap(value="ListenerId") public String listenerId
The listener ID.
@NameInMap(value="Protocols") public List<String> protocols
The backend service protocols of the endpoint group. Valid values:
* **TCP**
* **UDP**
* **TCP,UDP**
@NameInMap(value="ServiceId") public String serviceId
The ID of the service that manages the GA instance.
> This parameter takes effect only if **ServiceManaged** is set to **True**.
@NameInMap(value="ServiceManaged") public Boolean serviceManaged
Indicates whether the GA instance is managed. Valid values:
* true
* false
@NameInMap(value="ServiceManagedInfos") public List<ListCustomRoutingEndpointGroupDestinationsResponseBody.ListCustomRoutingEndpointGroupDestinationsResponseBodyDestinationsServiceManagedInfos> serviceManagedInfos
The actions that you can perform on the managed instance.
> This parameter takes effect only if **ServiceManaged** is set to **True**.
* You can perform only specific actions on a managed instance.
@NameInMap(value="ToPort") public Integer toPort
The last port of the backend service port range.
public ListCustomRoutingEndpointGroupDestinationsResponseBodyDestinations()
public static ListCustomRoutingEndpointGroupDestinationsResponseBody.ListCustomRoutingEndpointGroupDestinationsResponseBodyDestinations build(Map<String,?> map) throws Exception
Exception
public 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 setServiceId(String serviceId)
public String getServiceId()
public ListCustomRoutingEndpointGroupDestinationsResponseBody.ListCustomRoutingEndpointGroupDestinationsResponseBodyDestinations setServiceManaged(Boolean serviceManaged)
public Boolean getServiceManaged()
public ListCustomRoutingEndpointGroupDestinationsResponseBody.ListCustomRoutingEndpointGroupDestinationsResponseBodyDestinations setServiceManagedInfos(List<ListCustomRoutingEndpointGroupDestinationsResponseBody.ListCustomRoutingEndpointGroupDestinationsResponseBodyDestinationsServiceManagedInfos> serviceManagedInfos)
public List<ListCustomRoutingEndpointGroupDestinationsResponseBody.ListCustomRoutingEndpointGroupDestinationsResponseBodyDestinationsServiceManagedInfos> getServiceManagedInfos()
public ListCustomRoutingEndpointGroupDestinationsResponseBody.ListCustomRoutingEndpointGroupDestinationsResponseBodyDestinations setToPort(Integer toPort)
public Integer getToPort()
Copyright © 2024. All rights reserved.