public class DescribeCustomRoutingEndpointResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
acceleratorId
The ID of the GA instance with which the endpoint is associated.
|
String |
endpoint
The name of the endpoint (vSwitch).
|
String |
endpointGroupId
The ID of the endpoint group to which the endpoint belongs.
|
String |
endpointId
The ID of the endpoint.
|
String |
listenerId
The ID of the listener with which the endpoint is associated.
|
String |
requestId
The ID of the request.
|
String |
state |
String |
trafficToEndpointPolicy
The access policy of traffic for the specified endpoint.
|
String |
type
The backend service type of the endpoint.
|
| 构造器和说明 |
|---|
DescribeCustomRoutingEndpointResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeCustomRoutingEndpointResponseBody |
build(Map<String,?> map) |
String |
getAcceleratorId() |
String |
getEndpoint() |
String |
getEndpointGroupId() |
String |
getEndpointId() |
String |
getListenerId() |
String |
getRequestId() |
String |
getState() |
String |
getTrafficToEndpointPolicy() |
String |
getType() |
DescribeCustomRoutingEndpointResponseBody |
setAcceleratorId(String acceleratorId) |
DescribeCustomRoutingEndpointResponseBody |
setEndpoint(String endpoint) |
DescribeCustomRoutingEndpointResponseBody |
setEndpointGroupId(String endpointGroupId) |
DescribeCustomRoutingEndpointResponseBody |
setEndpointId(String endpointId) |
DescribeCustomRoutingEndpointResponseBody |
setListenerId(String listenerId) |
DescribeCustomRoutingEndpointResponseBody |
setRequestId(String requestId) |
DescribeCustomRoutingEndpointResponseBody |
setState(String state) |
DescribeCustomRoutingEndpointResponseBody |
setTrafficToEndpointPolicy(String trafficToEndpointPolicy) |
DescribeCustomRoutingEndpointResponseBody |
setType(String type) |
@NameInMap(value="AcceleratorId") public String acceleratorId
The ID of the GA instance with which the endpoint is associated.
@NameInMap(value="Endpoint") public String endpoint
The name of the endpoint (vSwitch).
@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.
@NameInMap(value="ListenerId") public String listenerId
The ID of the listener with which the endpoint is associated.
@NameInMap(value="RequestId") public String requestId
The ID of the request.
@NameInMap(value="State") public String state
@NameInMap(value="TrafficToEndpointPolicy") public String trafficToEndpointPolicy
The access policy of traffic for the specified endpoint. Valid values:
* **AllowAll**: allows all traffic to the endpoint.
* **DenyAll**: denies all traffic to the endpoint.
* **AllowCustom**: allows traffic only to specified destinations.
@NameInMap(value="Type") public String type
The backend service type of the endpoint.
Set the value to **PrivateSubNet**, which indicates private CIDR blocks.
public DescribeCustomRoutingEndpointResponseBody()
public static DescribeCustomRoutingEndpointResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DescribeCustomRoutingEndpointResponseBody setAcceleratorId(String acceleratorId)
public String getAcceleratorId()
public DescribeCustomRoutingEndpointResponseBody setEndpoint(String endpoint)
public String getEndpoint()
public DescribeCustomRoutingEndpointResponseBody setEndpointGroupId(String endpointGroupId)
public String getEndpointGroupId()
public DescribeCustomRoutingEndpointResponseBody setEndpointId(String endpointId)
public String getEndpointId()
public DescribeCustomRoutingEndpointResponseBody setListenerId(String listenerId)
public String getListenerId()
public DescribeCustomRoutingEndpointResponseBody setRequestId(String requestId)
public String getRequestId()
public DescribeCustomRoutingEndpointResponseBody setState(String state)
public String getState()
public DescribeCustomRoutingEndpointResponseBody setTrafficToEndpointPolicy(String trafficToEndpointPolicy)
public String getTrafficToEndpointPolicy()
public DescribeCustomRoutingEndpointResponseBody setType(String type)
public String getType()
Copyright © 2023. All rights reserved.