public class GetBasicEndpointGroupResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
acceleratorId
The ID of the basic GA instance.
|
String |
description
The description of the endpoint group that is associated with the basic GA instance.
|
String |
endpointAddress
The address of the endpoint.
|
String |
endpointGroupId
The ID of the endpoint group that is associated with the basic GA instance.
|
String |
endpointGroupRegion
The ID of the region where the endpoint group resides.
|
String |
endpointSubAddress |
String |
endpointType
The type of endpoint.
|
String |
name
The name of the endpoint group that is associated with the basic GA instance.
|
String |
requestId
The ID of the request.
|
String |
state
The state of the endpoint group.
|
| 构造器和说明 |
|---|
GetBasicEndpointGroupResponseBody() |
@NameInMap(value="AcceleratorId") public String acceleratorId
The ID of the basic GA instance.
@NameInMap(value="Description") public String description
The description of the endpoint group that is associated with the basic GA instance.
@NameInMap(value="EndpointAddress") public String endpointAddress
The address of the endpoint.
@NameInMap(value="EndpointGroupId") public String endpointGroupId
The ID of the endpoint group that is associated with the basic GA instance.
@NameInMap(value="EndpointGroupRegion") public String endpointGroupRegion
The ID of the region where the endpoint group resides.
@NameInMap(value="EndpointSubAddress") public String endpointSubAddress
@NameInMap(value="EndpointType") public String endpointType
The type of endpoint. Valid values:
* **ENI**: elastic network interface (ENI)
* **SLB**: Server Load Balancer (SLB) instance
@NameInMap(value="Name") public String name
The name of the endpoint group that is associated with the basic GA instance.
@NameInMap(value="RequestId") public String requestId
The ID of the request.
@NameInMap(value="State") public String state
The state of the endpoint group.
* **init**: The endpoint group is being initialized.
* **active**: The endpoint group is running as expected.
* **updating**: The endpoint group is being updated.
* **deleting**: The endpoint group is being deleted.
public static GetBasicEndpointGroupResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic GetBasicEndpointGroupResponseBody setAcceleratorId(String acceleratorId)
public String getAcceleratorId()
public GetBasicEndpointGroupResponseBody setDescription(String description)
public String getDescription()
public GetBasicEndpointGroupResponseBody setEndpointAddress(String endpointAddress)
public String getEndpointAddress()
public GetBasicEndpointGroupResponseBody setEndpointGroupId(String endpointGroupId)
public String getEndpointGroupId()
public GetBasicEndpointGroupResponseBody setEndpointGroupRegion(String endpointGroupRegion)
public String getEndpointGroupRegion()
public GetBasicEndpointGroupResponseBody setEndpointSubAddress(String endpointSubAddress)
public String getEndpointSubAddress()
public GetBasicEndpointGroupResponseBody setEndpointType(String endpointType)
public String getEndpointType()
public GetBasicEndpointGroupResponseBody setName(String name)
public String getName()
public GetBasicEndpointGroupResponseBody setRequestId(String requestId)
public String getRequestId()
public GetBasicEndpointGroupResponseBody setState(String state)
public String getState()
Copyright © 2023. All rights reserved.