public class DescribeCustomRoutingEndPointTrafficPolicyResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
DescribeCustomRoutingEndPointTrafficPolicyResponseBody.DescribeCustomRoutingEndPointTrafficPolicyResponseBodyPortRanges |
| 限定符和类型 | 字段和说明 |
|---|---|
String |
acceleratorId
The ID of the GA instance to which the endpoint belongs.
|
String |
address
The IP address of the traffic policy.
|
String |
endpoint
The name of the vSwitch to which the traffic policy belongs.
|
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 listener to which the endpoint belongs.
|
String |
policyId
The ID of the traffic policy.
|
List<DescribeCustomRoutingEndPointTrafficPolicyResponseBody.DescribeCustomRoutingEndPointTrafficPolicyResponseBodyPortRanges> |
portRanges
The port range of the traffic policy.
|
String |
requestId
The ID of the request.
|
String |
state |
| 构造器和说明 |
|---|
DescribeCustomRoutingEndPointTrafficPolicyResponseBody() |
@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="Endpoint") public String endpoint
The name of the vSwitch to which the traffic policy belongs.
@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 listener to which the endpoint belongs.
@NameInMap(value="PolicyId") public String policyId
The ID of the traffic policy.
@NameInMap(value="PortRanges") public List<DescribeCustomRoutingEndPointTrafficPolicyResponseBody.DescribeCustomRoutingEndPointTrafficPolicyResponseBodyPortRanges> portRanges
The port range of the traffic policy.
@NameInMap(value="RequestId") public String requestId
The ID of the request.
@NameInMap(value="State") public String state
public DescribeCustomRoutingEndPointTrafficPolicyResponseBody()
public static DescribeCustomRoutingEndPointTrafficPolicyResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DescribeCustomRoutingEndPointTrafficPolicyResponseBody setAcceleratorId(String acceleratorId)
public String getAcceleratorId()
public DescribeCustomRoutingEndPointTrafficPolicyResponseBody setAddress(String address)
public String getAddress()
public DescribeCustomRoutingEndPointTrafficPolicyResponseBody setEndpoint(String endpoint)
public String getEndpoint()
public DescribeCustomRoutingEndPointTrafficPolicyResponseBody setEndpointGroupId(String endpointGroupId)
public String getEndpointGroupId()
public DescribeCustomRoutingEndPointTrafficPolicyResponseBody setEndpointId(String endpointId)
public String getEndpointId()
public DescribeCustomRoutingEndPointTrafficPolicyResponseBody setListenerId(String listenerId)
public String getListenerId()
public DescribeCustomRoutingEndPointTrafficPolicyResponseBody setPolicyId(String policyId)
public String getPolicyId()
public DescribeCustomRoutingEndPointTrafficPolicyResponseBody setPortRanges(List<DescribeCustomRoutingEndPointTrafficPolicyResponseBody.DescribeCustomRoutingEndPointTrafficPolicyResponseBodyPortRanges> portRanges)
public List<DescribeCustomRoutingEndPointTrafficPolicyResponseBody.DescribeCustomRoutingEndPointTrafficPolicyResponseBodyPortRanges> getPortRanges()
public DescribeCustomRoutingEndPointTrafficPolicyResponseBody setRequestId(String requestId)
public String getRequestId()
public DescribeCustomRoutingEndPointTrafficPolicyResponseBody setState(String state)
public String getState()
Copyright © 2023. All rights reserved.