public static class CreateBasicEndpointsResponseBody.CreateBasicEndpointsResponseBodyEndpoints
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
endpointAddress
The address of the endpoint.
|
String |
endpointId
The ID of the endpoint.
|
String |
endpointSubAddress
The secondary address of the endpoint.
|
String |
endpointType
The type of endpoint.
|
| 构造器和说明 |
|---|
CreateBasicEndpointsResponseBody.CreateBasicEndpointsResponseBodyEndpoints() |
@NameInMap(value="EndpointAddress") public String endpointAddress
The address of the endpoint.
@NameInMap(value="EndpointId") public String endpointId
The ID of the endpoint.
@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**, you can set **EndpointSubAddress** to 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 used.
* When the endpoint type is **ENI**, you can set **EndpointSubAddress** to 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 used.
@NameInMap(value="EndpointType") public String endpointType
The type of endpoint. Valid values:
* **ENI**: ENI
* **SLB**: CLB
* **ECS**: ECS
public CreateBasicEndpointsResponseBody.CreateBasicEndpointsResponseBodyEndpoints()
public static CreateBasicEndpointsResponseBody.CreateBasicEndpointsResponseBodyEndpoints build(Map<String,?> map) throws Exception
Exceptionpublic CreateBasicEndpointsResponseBody.CreateBasicEndpointsResponseBodyEndpoints setEndpointAddress(String endpointAddress)
public String getEndpointAddress()
public CreateBasicEndpointsResponseBody.CreateBasicEndpointsResponseBodyEndpoints setEndpointId(String endpointId)
public String getEndpointId()
public CreateBasicEndpointsResponseBody.CreateBasicEndpointsResponseBodyEndpoints setEndpointSubAddress(String endpointSubAddress)
public String getEndpointSubAddress()
public CreateBasicEndpointsResponseBody.CreateBasicEndpointsResponseBodyEndpoints setEndpointType(String endpointType)
public String getEndpointType()
Copyright © 2023. All rights reserved.