public class DescribeCustomRoutingEndpointGroupDestinationsResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
DescribeCustomRoutingEndpointGroupDestinationsResponseBody.DescribeCustomRoutingEndpointGroupDestinationsResponseBodyServiceManagedInfos |
限定符和类型 | 字段和说明 |
---|---|
String |
acceleratorId
The ID of the Global Accelerator (GA) instance.
|
String |
destinationId
The ID of the endpoint group mapping configuration.
|
String |
endpointGroupId
The ID of the endpoint group.
|
Integer |
fromPort
The start port of the backend service port range of the endpoint group.
|
String |
listenerId
The ID of the listener.
|
List<String> |
protocols
The backend service protocol of the endpoint group.
|
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<DescribeCustomRoutingEndpointGroupDestinationsResponseBody.DescribeCustomRoutingEndpointGroupDestinationsResponseBodyServiceManagedInfos> |
serviceManagedInfos
A list of action policies that users can execute on this managed instance.
|
String |
state
The status of the endpoint group mapping configuration.
|
Integer |
toPort
The end port of the backend service port range of the endpoint group.
|
构造器和说明 |
---|
DescribeCustomRoutingEndpointGroupDestinationsResponseBody() |
@NameInMap(value="AcceleratorId") public String acceleratorId
The ID of the Global Accelerator (GA) instance.
@NameInMap(value="DestinationId") public String destinationId
The ID of the endpoint group mapping configuration.
@NameInMap(value="EndpointGroupId") public String endpointGroupId
The ID of the endpoint group.
@NameInMap(value="FromPort") public Integer fromPort
The start port of the backend service port range of the endpoint group.
@NameInMap(value="ListenerId") public String listenerId
The ID of the listener.
@NameInMap(value="Protocols") public List<String> protocols
The backend service protocol of the endpoint group.
* **TCP**: TCP
* **UDP**: UDP
* **TCP,UDP**: TCP and UDP
@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<DescribeCustomRoutingEndpointGroupDestinationsResponseBody.DescribeCustomRoutingEndpointGroupDestinationsResponseBodyServiceManagedInfos> 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 group mapping configuration.
* **init**: being initialized.
* **active**: normal.
* **updating**: being updated.
* **deleting**: being deleted.
@NameInMap(value="ToPort") public Integer toPort
The end port of the backend service port range of the endpoint group.
public DescribeCustomRoutingEndpointGroupDestinationsResponseBody()
public static DescribeCustomRoutingEndpointGroupDestinationsResponseBody build(Map<String,?> map) throws Exception
Exception
public DescribeCustomRoutingEndpointGroupDestinationsResponseBody setAcceleratorId(String acceleratorId)
public String getAcceleratorId()
public DescribeCustomRoutingEndpointGroupDestinationsResponseBody setDestinationId(String destinationId)
public String getDestinationId()
public DescribeCustomRoutingEndpointGroupDestinationsResponseBody setEndpointGroupId(String endpointGroupId)
public String getEndpointGroupId()
public DescribeCustomRoutingEndpointGroupDestinationsResponseBody setFromPort(Integer fromPort)
public Integer getFromPort()
public DescribeCustomRoutingEndpointGroupDestinationsResponseBody setListenerId(String listenerId)
public String getListenerId()
public DescribeCustomRoutingEndpointGroupDestinationsResponseBody setProtocols(List<String> protocols)
public DescribeCustomRoutingEndpointGroupDestinationsResponseBody setRequestId(String requestId)
public String getRequestId()
public DescribeCustomRoutingEndpointGroupDestinationsResponseBody setServiceId(String serviceId)
public String getServiceId()
public DescribeCustomRoutingEndpointGroupDestinationsResponseBody setServiceManaged(Boolean serviceManaged)
public Boolean getServiceManaged()
public DescribeCustomRoutingEndpointGroupDestinationsResponseBody setServiceManagedInfos(List<DescribeCustomRoutingEndpointGroupDestinationsResponseBody.DescribeCustomRoutingEndpointGroupDestinationsResponseBodyServiceManagedInfos> serviceManagedInfos)
public List<DescribeCustomRoutingEndpointGroupDestinationsResponseBody.DescribeCustomRoutingEndpointGroupDestinationsResponseBodyServiceManagedInfos> getServiceManagedInfos()
public DescribeCustomRoutingEndpointGroupDestinationsResponseBody setState(String state)
public String getState()
public DescribeCustomRoutingEndpointGroupDestinationsResponseBody setToPort(Integer toPort)
public Integer getToPort()
Copyright © 2024. All rights reserved.