public static class ListCustomRoutingEndpointsResponseBody.ListCustomRoutingEndpointsResponseBodyEndpoints
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 |
trafficToEndpointPolicy
The access policy of traffic for the specified endpoint.
|
String |
type
The backend service type of the endpoint.
|
| 构造器和说明 |
|---|
ListCustomRoutingEndpointsResponseBody.ListCustomRoutingEndpointsResponseBodyEndpoints() |
@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="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 ListCustomRoutingEndpointsResponseBody.ListCustomRoutingEndpointsResponseBodyEndpoints()
public static ListCustomRoutingEndpointsResponseBody.ListCustomRoutingEndpointsResponseBodyEndpoints build(Map<String,?> map) throws Exception
Exceptionpublic ListCustomRoutingEndpointsResponseBody.ListCustomRoutingEndpointsResponseBodyEndpoints setAcceleratorId(String acceleratorId)
public String getAcceleratorId()
public ListCustomRoutingEndpointsResponseBody.ListCustomRoutingEndpointsResponseBodyEndpoints setEndpoint(String endpoint)
public String getEndpoint()
public ListCustomRoutingEndpointsResponseBody.ListCustomRoutingEndpointsResponseBodyEndpoints setEndpointGroupId(String endpointGroupId)
public String getEndpointGroupId()
public ListCustomRoutingEndpointsResponseBody.ListCustomRoutingEndpointsResponseBodyEndpoints setEndpointId(String endpointId)
public String getEndpointId()
public ListCustomRoutingEndpointsResponseBody.ListCustomRoutingEndpointsResponseBodyEndpoints setListenerId(String listenerId)
public String getListenerId()
public ListCustomRoutingEndpointsResponseBody.ListCustomRoutingEndpointsResponseBodyEndpoints setTrafficToEndpointPolicy(String trafficToEndpointPolicy)
public String getTrafficToEndpointPolicy()
public ListCustomRoutingEndpointsResponseBody.ListCustomRoutingEndpointsResponseBodyEndpoints setType(String type)
public String getType()
Copyright © 2023. All rights reserved.