public class DescribeCustomRoutingEndpointGroupResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
acceleratorId
The ID of the GA instance.
|
String |
accessLogSwitch
The status of the logs.
|
String |
description
The description of the endpoint group.
|
Boolean |
enableAccessLog
Indicates whether access logging is enabled.
|
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 |
requestId
The ID of the request.
|
String |
slsLogStoreName
The name of the Logstore.
|
String |
slsProjectName
The name of the Log Service project.
|
String |
slsRegion
The region of the logs that are created in Log Service.
|
String |
state
The status of the endpoint group.
|
| 构造器和说明 |
|---|
DescribeCustomRoutingEndpointGroupResponseBody() |
@NameInMap(value="AcceleratorId") public String acceleratorId
The ID of the GA instance.
@NameInMap(value="AccessLogSwitch") public String accessLogSwitch
The status of the logs.
* **on**: associated
* **off**: not associated
* **binding**: being associated
* **unbinding**: being disassociated
@NameInMap(value="Description") public String description
The description of the endpoint group.
@NameInMap(value="EnableAccessLog") public Boolean enableAccessLog
Indicates whether access logging is enabled.
* **on**: enabled
* **off**: disabled
@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="RequestId") public String requestId
The ID of the request.
@NameInMap(value="SlsLogStoreName") public String slsLogStoreName
The name of the Logstore.
@NameInMap(value="SlsProjectName") public String slsProjectName
The name of the Log Service project.
@NameInMap(value="SlsRegion") public String slsRegion
The region of the logs that are created in Log Service.
@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 DescribeCustomRoutingEndpointGroupResponseBody()
public static DescribeCustomRoutingEndpointGroupResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DescribeCustomRoutingEndpointGroupResponseBody setAcceleratorId(String acceleratorId)
public String getAcceleratorId()
public DescribeCustomRoutingEndpointGroupResponseBody setAccessLogSwitch(String accessLogSwitch)
public String getAccessLogSwitch()
public DescribeCustomRoutingEndpointGroupResponseBody setDescription(String description)
public String getDescription()
public DescribeCustomRoutingEndpointGroupResponseBody setEnableAccessLog(Boolean enableAccessLog)
public Boolean getEnableAccessLog()
public DescribeCustomRoutingEndpointGroupResponseBody setEndpointGroupId(String endpointGroupId)
public String getEndpointGroupId()
public DescribeCustomRoutingEndpointGroupResponseBody setEndpointGroupIpList(List<String> endpointGroupIpList)
public DescribeCustomRoutingEndpointGroupResponseBody setEndpointGroupRegion(String endpointGroupRegion)
public String getEndpointGroupRegion()
public DescribeCustomRoutingEndpointGroupResponseBody setEndpointGroupUnconfirmedIpList(List<String> endpointGroupUnconfirmedIpList)
public DescribeCustomRoutingEndpointGroupResponseBody setListenerId(String listenerId)
public String getListenerId()
public DescribeCustomRoutingEndpointGroupResponseBody setName(String name)
public String getName()
public DescribeCustomRoutingEndpointGroupResponseBody setRequestId(String requestId)
public String getRequestId()
public DescribeCustomRoutingEndpointGroupResponseBody setSlsLogStoreName(String slsLogStoreName)
public String getSlsLogStoreName()
public DescribeCustomRoutingEndpointGroupResponseBody setSlsProjectName(String slsProjectName)
public String getSlsProjectName()
public DescribeCustomRoutingEndpointGroupResponseBody setSlsRegion(String slsRegion)
public String getSlsRegion()
public DescribeCustomRoutingEndpointGroupResponseBody setState(String state)
public String getState()
Copyright © 2023. All rights reserved.