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 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 |
serviceId
The ID of the service that manages the instance.
|
Boolean |
serviceManaged
Indicates whether the GA instance is managed.
|
List<ListCustomRoutingEndpointGroupsResponseBody.ListCustomRoutingEndpointGroupsResponseBodyEndpointGroupsServiceManagedInfos> |
serviceManagedInfos
The actions that users can perform on the managed instance.
|
String |
state
The status of the endpoint group.
|
构造器和说明 |
---|
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 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="ServiceId") public String serviceId
The ID of the service that manages the instance.
> This parameter takes effect only if **ServiceManaged** is set to **True**.
@NameInMap(value="ServiceManaged") public Boolean serviceManaged
Indicates whether the GA instance is managed. Valid values:
* **true**
* **false**
@NameInMap(value="ServiceManagedInfos") public List<ListCustomRoutingEndpointGroupsResponseBody.ListCustomRoutingEndpointGroupsResponseBodyEndpointGroupsServiceManagedInfos> serviceManagedInfos
The actions that users can perform on the managed instance.
>
* This parameter takes effect only if **ServiceManaged** is set to **True**.
* Users can perform only specific actions on a managed instance.
@NameInMap(value="State") public String state
The status of the endpoint group. Valid values:
* **init**
* **active**
* **updating**
* **deleting**
public ListCustomRoutingEndpointGroupsResponseBodyEndpointGroups()
public static ListCustomRoutingEndpointGroupsResponseBody.ListCustomRoutingEndpointGroupsResponseBodyEndpointGroups build(Map<String,?> map) throws Exception
Exception
public 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 setServiceId(String serviceId)
public String getServiceId()
public ListCustomRoutingEndpointGroupsResponseBody.ListCustomRoutingEndpointGroupsResponseBodyEndpointGroups setServiceManaged(Boolean serviceManaged)
public Boolean getServiceManaged()
public ListCustomRoutingEndpointGroupsResponseBody.ListCustomRoutingEndpointGroupsResponseBodyEndpointGroups setServiceManagedInfos(List<ListCustomRoutingEndpointGroupsResponseBody.ListCustomRoutingEndpointGroupsResponseBodyEndpointGroupsServiceManagedInfos> serviceManagedInfos)
public List<ListCustomRoutingEndpointGroupsResponseBody.ListCustomRoutingEndpointGroupsResponseBodyEndpointGroupsServiceManagedInfos> getServiceManagedInfos()
public ListCustomRoutingEndpointGroupsResponseBody.ListCustomRoutingEndpointGroupsResponseBodyEndpointGroups setState(String state)
public String getState()
Copyright © 2024. All rights reserved.