public class DescribeCustomRoutingEndpointResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
DescribeCustomRoutingEndpointResponseBody.DescribeCustomRoutingEndpointResponseBodyServiceManagedInfos |
限定符和类型 | 字段和说明 |
---|---|
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 |
serviceId
The service ID to which the managed instance belongs.
|
Boolean |
serviceManaged
Is it a managed instance.
|
List<DescribeCustomRoutingEndpointResponseBody.DescribeCustomRoutingEndpointResponseBodyServiceManagedInfos> |
serviceManagedInfos
A list of action policies that users can execute on this managed instance.
|
String |
state
The status of the endpoint.
|
String |
trafficToEndpointPolicy
The access policy of traffic for the specified endpoint.
|
String |
type
The backend service type of the endpoint.
|
构造器和说明 |
---|
DescribeCustomRoutingEndpointResponseBody() |
@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="ServiceId") public String serviceId
The service ID to which the managed instance belongs.
> Valid only when the ServiceManaged parameter is True.
@NameInMap(value="ServiceManaged") public Boolean serviceManaged
Is it a managed instance. Valid values:
- true
- false
@NameInMap(value="ServiceManagedInfos") public List<DescribeCustomRoutingEndpointResponseBody.DescribeCustomRoutingEndpointResponseBodyServiceManagedInfos> serviceManagedInfos
A list of action policies that users can execute on this managed instance.
@NameInMap(value="State") public String state
The status of the endpoint.
@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
Exception
public 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 setServiceId(String serviceId)
public String getServiceId()
public DescribeCustomRoutingEndpointResponseBody setServiceManaged(Boolean serviceManaged)
public Boolean getServiceManaged()
public DescribeCustomRoutingEndpointResponseBody setServiceManagedInfos(List<DescribeCustomRoutingEndpointResponseBody.DescribeCustomRoutingEndpointResponseBodyServiceManagedInfos> serviceManagedInfos)
public List<DescribeCustomRoutingEndpointResponseBody.DescribeCustomRoutingEndpointResponseBodyServiceManagedInfos> getServiceManagedInfos()
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 © 2024. All rights reserved.