public static class CreateBasicEndpointsRequest.CreateBasicEndpointsRequestEndpoints
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
endpointAddress
The address of the endpoint.
|
String |
endpointSubAddress
The secondary address of the endpoint.
|
String |
endpointSubAddressType |
String |
endpointType
The type of endpoint.
|
String |
endpointZoneId |
String |
name |
| 构造器和说明 |
|---|
CreateBasicEndpointsRequest.CreateBasicEndpointsRequestEndpoints() |
@NameInMap(value="EndpointAddress") public String endpointAddress
The address of the endpoint.
@NameInMap(value="EndpointSubAddress") public String endpointSubAddress
The secondary address of the endpoint.
This parameter is required 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="EndpointSubAddressType") public String endpointSubAddressType
@NameInMap(value="EndpointType") public String endpointType
The type of endpoint. Valid values:
* **ENI**: elastic network interface (ENI)
* **SLB**: Classic Load Balancer (CLB)
* **ECS**: Elastic Compute Service (ECS)
@NameInMap(value="EndpointZoneId") public String endpointZoneId
@NameInMap(value="Name") public String name
public CreateBasicEndpointsRequest.CreateBasicEndpointsRequestEndpoints()
public static CreateBasicEndpointsRequest.CreateBasicEndpointsRequestEndpoints build(Map<String,?> map) throws Exception
Exceptionpublic CreateBasicEndpointsRequest.CreateBasicEndpointsRequestEndpoints setEndpointAddress(String endpointAddress)
public String getEndpointAddress()
public CreateBasicEndpointsRequest.CreateBasicEndpointsRequestEndpoints setEndpointSubAddress(String endpointSubAddress)
public String getEndpointSubAddress()
public CreateBasicEndpointsRequest.CreateBasicEndpointsRequestEndpoints setEndpointSubAddressType(String endpointSubAddressType)
public String getEndpointSubAddressType()
public CreateBasicEndpointsRequest.CreateBasicEndpointsRequestEndpoints setEndpointType(String endpointType)
public String getEndpointType()
public CreateBasicEndpointsRequest.CreateBasicEndpointsRequestEndpoints setEndpointZoneId(String endpointZoneId)
public String getEndpointZoneId()
public CreateBasicEndpointsRequest.CreateBasicEndpointsRequestEndpoints setName(String name)
public String getName()
Copyright © 2023. All rights reserved.