public static class ListCustomRoutingEndpointGroupsResponseBody.ListCustomRoutingEndpointGroupsResponseBodyEndpointGroups
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
acceleratorId
The ID of the GA instance.
|
String |
description
The description of the endpoint group.
|
String |
endpointGroupId
The ID of the endpoint group.
|
List<String> |
endpointGroupIpList
The list of endpoint group IP addresses.
|
String |
endpointGroupRegion
The ID of the region where the endpoint group is created.
|
List<String> |
endpointGroupUnconfirmedIpList
The endpoint group IP addresses to be confirmed after the GA instance is upgraded.
|
String |
listenerId
The ID of the custom routing listener.
|
String |
name
The name of the endpoint group.
|
String |
state
The status of the endpoint group.
|
| 构造器和说明 |
|---|
ListCustomRoutingEndpointGroupsResponseBody.ListCustomRoutingEndpointGroupsResponseBodyEndpointGroups() |
@NameInMap(value="AcceleratorId") public String acceleratorId
The ID of the GA instance.
@NameInMap(value="Description") public String description
The description of the endpoint group.
@NameInMap(value="EndpointGroupId") public String endpointGroupId
The ID of the endpoint group.
@NameInMap(value="EndpointGroupIpList") public List<String> endpointGroupIpList
The list of endpoint group IP addresses.
@NameInMap(value="EndpointGroupRegion") public String endpointGroupRegion
The ID of the region where the endpoint group is created.
@NameInMap(value="EndpointGroupUnconfirmedIpList") public List<String> endpointGroupUnconfirmedIpList
The endpoint group IP addresses to be confirmed after the GA instance is upgraded.
@NameInMap(value="ListenerId") public String listenerId
The ID of the custom routing listener.
@NameInMap(value="Name") public String name
The name of the endpoint group.
@NameInMap(value="State") public String state
The status of the endpoint group.
* **init**: being initialized
* **active**: running as expected
* **updating**: being updated
* **deleting**: being deleted
public ListCustomRoutingEndpointGroupsResponseBody.ListCustomRoutingEndpointGroupsResponseBodyEndpointGroups()
public static ListCustomRoutingEndpointGroupsResponseBody.ListCustomRoutingEndpointGroupsResponseBodyEndpointGroups build(Map<String,?> map) throws Exception
Exceptionpublic ListCustomRoutingEndpointGroupsResponseBody.ListCustomRoutingEndpointGroupsResponseBodyEndpointGroups setAcceleratorId(String acceleratorId)
public String getAcceleratorId()
public ListCustomRoutingEndpointGroupsResponseBody.ListCustomRoutingEndpointGroupsResponseBodyEndpointGroups setDescription(String description)
public String getDescription()
public ListCustomRoutingEndpointGroupsResponseBody.ListCustomRoutingEndpointGroupsResponseBodyEndpointGroups setEndpointGroupId(String endpointGroupId)
public String getEndpointGroupId()
public ListCustomRoutingEndpointGroupsResponseBody.ListCustomRoutingEndpointGroupsResponseBodyEndpointGroups setEndpointGroupIpList(List<String> endpointGroupIpList)
public ListCustomRoutingEndpointGroupsResponseBody.ListCustomRoutingEndpointGroupsResponseBodyEndpointGroups setEndpointGroupRegion(String endpointGroupRegion)
public String getEndpointGroupRegion()
public ListCustomRoutingEndpointGroupsResponseBody.ListCustomRoutingEndpointGroupsResponseBodyEndpointGroups setEndpointGroupUnconfirmedIpList(List<String> endpointGroupUnconfirmedIpList)
public ListCustomRoutingEndpointGroupsResponseBody.ListCustomRoutingEndpointGroupsResponseBodyEndpointGroups setListenerId(String listenerId)
public String getListenerId()
public ListCustomRoutingEndpointGroupsResponseBody.ListCustomRoutingEndpointGroupsResponseBodyEndpointGroups setName(String name)
public String getName()
public ListCustomRoutingEndpointGroupsResponseBody.ListCustomRoutingEndpointGroupsResponseBodyEndpointGroups setState(String state)
public String getState()
Copyright © 2023. All rights reserved.