public static class ListCustomRoutingEndpointTrafficPoliciesResponseBody.ListCustomRoutingEndpointTrafficPoliciesResponseBodyPolicies
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
acceleratorId
The ID of the GA instance to which the endpoint belongs.
|
String |
address
The IP address of the traffic policy.
|
String |
endpointGroupId
The ID of the endpoint group to which the endpoint belongs.
|
String |
endpointId
The ID of the endpoint to which the traffic policy belongs.
|
String |
listenerId
The ID of the custom routing listener to which the endpoint belongs.
|
String |
policyId
The ID of the traffic policy.
|
List<ListCustomRoutingEndpointTrafficPoliciesResponseBody.ListCustomRoutingEndpointTrafficPoliciesResponseBodyPoliciesPortRanges> |
portRanges
The port range of the traffic policy.
|
| 构造器和说明 |
|---|
ListCustomRoutingEndpointTrafficPoliciesResponseBody.ListCustomRoutingEndpointTrafficPoliciesResponseBodyPolicies() |
@NameInMap(value="AcceleratorId") public String acceleratorId
The ID of the GA instance to which the endpoint belongs.
@NameInMap(value="Address") public String address
The IP address of the traffic policy.
@NameInMap(value="EndpointGroupId") public String endpointGroupId
The ID of the endpoint group to which the endpoint belongs.
@NameInMap(value="EndpointId") public String endpointId
The ID of the endpoint to which the traffic policy belongs.
@NameInMap(value="ListenerId") public String listenerId
The ID of the custom routing listener to which the endpoint belongs.
@NameInMap(value="PolicyId") public String policyId
The ID of the traffic policy.
@NameInMap(value="PortRanges") public List<ListCustomRoutingEndpointTrafficPoliciesResponseBody.ListCustomRoutingEndpointTrafficPoliciesResponseBodyPoliciesPortRanges> portRanges
The port range of the traffic policy.
public ListCustomRoutingEndpointTrafficPoliciesResponseBody.ListCustomRoutingEndpointTrafficPoliciesResponseBodyPolicies()
public static ListCustomRoutingEndpointTrafficPoliciesResponseBody.ListCustomRoutingEndpointTrafficPoliciesResponseBodyPolicies build(Map<String,?> map) throws Exception
Exceptionpublic ListCustomRoutingEndpointTrafficPoliciesResponseBody.ListCustomRoutingEndpointTrafficPoliciesResponseBodyPolicies setAcceleratorId(String acceleratorId)
public String getAcceleratorId()
public ListCustomRoutingEndpointTrafficPoliciesResponseBody.ListCustomRoutingEndpointTrafficPoliciesResponseBodyPolicies setAddress(String address)
public String getAddress()
public ListCustomRoutingEndpointTrafficPoliciesResponseBody.ListCustomRoutingEndpointTrafficPoliciesResponseBodyPolicies setEndpointGroupId(String endpointGroupId)
public String getEndpointGroupId()
public ListCustomRoutingEndpointTrafficPoliciesResponseBody.ListCustomRoutingEndpointTrafficPoliciesResponseBodyPolicies setEndpointId(String endpointId)
public String getEndpointId()
public ListCustomRoutingEndpointTrafficPoliciesResponseBody.ListCustomRoutingEndpointTrafficPoliciesResponseBodyPolicies setListenerId(String listenerId)
public String getListenerId()
public ListCustomRoutingEndpointTrafficPoliciesResponseBody.ListCustomRoutingEndpointTrafficPoliciesResponseBodyPolicies setPolicyId(String policyId)
public String getPolicyId()
public ListCustomRoutingEndpointTrafficPoliciesResponseBody.ListCustomRoutingEndpointTrafficPoliciesResponseBodyPolicies setPortRanges(List<ListCustomRoutingEndpointTrafficPoliciesResponseBody.ListCustomRoutingEndpointTrafficPoliciesResponseBodyPoliciesPortRanges> portRanges)
public List<ListCustomRoutingEndpointTrafficPoliciesResponseBody.ListCustomRoutingEndpointTrafficPoliciesResponseBodyPoliciesPortRanges> getPortRanges()
Copyright © 2023. All rights reserved.