public static class ListBasicEndpointsResponseBody.ListBasicEndpointsResponseBodyEndpoints
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
acceleratorId |
String |
endpointAddress
The address of the endpoint.
|
String |
endpointGroupId
The ID of the endpoint group to which the endpoints belong.
|
String |
endpointId
The ID of the endpoint that is associated with the basic GA instance.
|
String |
endpointSubAddress
The secondary address of the endpoint.
|
String |
endpointSubAddressType |
String |
endpointType
The type of endpoint.
|
String |
endpointZoneId |
String |
name |
String |
state
The status of the endpoint.
|
| 构造器和说明 |
|---|
ListBasicEndpointsResponseBody.ListBasicEndpointsResponseBodyEndpoints() |
@NameInMap(value="AcceleratorId") public String acceleratorId
@NameInMap(value="EndpointAddress") public String endpointAddress
The address of the endpoint.
@NameInMap(value="EndpointGroupId") public String endpointGroupId
The ID of the endpoint group to which the endpoints belong.
@NameInMap(value="EndpointId") public String endpointId
The ID of the endpoint that is associated with the basic GA instance.
@NameInMap(value="EndpointSubAddress") public String endpointSubAddress
The secondary address of the endpoint.
This parameter is returned when the accelerated IP address is associated with the secondary private IP address of an ECS instance or ENI.
* When the endpoint type is **ECS**, **EndpointSubAddress** returns the secondary private IP address of the primary ENI. If the parameter is left empty, the primary private IP address of the primary ENI is returned.
* When the endpoint type is **ENI**, **EndpointSubAddress** returns the secondary private IP address of the secondary ENI. If the parameter is left empty, the primary private IP address of the secondary ENI is returned.
@NameInMap(value="EndpointSubAddressType") public String endpointSubAddressType
@NameInMap(value="EndpointType") public String endpointType
The type of endpoint. Valid values:
* **ENI**: ENI
* **SLB**: CLB
* **ECS**: ECS
@NameInMap(value="EndpointZoneId") public String endpointZoneId
@NameInMap(value="Name") public String name
@NameInMap(value="State") public String state
The status of the endpoint. Valid values:
* **init**: The endpoint is being initialized.
* **active**: The endpoint is available.
* **updating**: The endpoint is being configured.
* **binding**: The endpoint is being associated.
* **unbinding**: The endpoint is being disassociated.
* **deleting**: The endpoint is being deleted.
* **bound**: The endpoint is associated.
public ListBasicEndpointsResponseBody.ListBasicEndpointsResponseBodyEndpoints()
public static ListBasicEndpointsResponseBody.ListBasicEndpointsResponseBodyEndpoints build(Map<String,?> map) throws Exception
Exceptionpublic ListBasicEndpointsResponseBody.ListBasicEndpointsResponseBodyEndpoints setAcceleratorId(String acceleratorId)
public String getAcceleratorId()
public ListBasicEndpointsResponseBody.ListBasicEndpointsResponseBodyEndpoints setEndpointAddress(String endpointAddress)
public String getEndpointAddress()
public ListBasicEndpointsResponseBody.ListBasicEndpointsResponseBodyEndpoints setEndpointGroupId(String endpointGroupId)
public String getEndpointGroupId()
public ListBasicEndpointsResponseBody.ListBasicEndpointsResponseBodyEndpoints setEndpointId(String endpointId)
public String getEndpointId()
public ListBasicEndpointsResponseBody.ListBasicEndpointsResponseBodyEndpoints setEndpointSubAddress(String endpointSubAddress)
public String getEndpointSubAddress()
public ListBasicEndpointsResponseBody.ListBasicEndpointsResponseBodyEndpoints setEndpointSubAddressType(String endpointSubAddressType)
public String getEndpointSubAddressType()
public ListBasicEndpointsResponseBody.ListBasicEndpointsResponseBodyEndpoints setEndpointType(String endpointType)
public String getEndpointType()
public ListBasicEndpointsResponseBody.ListBasicEndpointsResponseBodyEndpoints setEndpointZoneId(String endpointZoneId)
public String getEndpointZoneId()
public ListBasicEndpointsResponseBody.ListBasicEndpointsResponseBodyEndpoints setName(String name)
public String getName()
public ListBasicEndpointsResponseBody.ListBasicEndpointsResponseBodyEndpoints setState(String state)
public String getState()
Copyright © 2023. All rights reserved.