public class GetBasicAccelerateIpEndpointRelationResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
accelerateIpId
The ID of the accelerated IP address.
|
String |
acceleratorId
The ID of the basic GA instance.
|
String |
endpointAddress
The address of the endpoint.
|
String |
endpointId
The ID of the endpoint.
|
String |
endpointName
The name of the endpoint.
|
String |
endpointSubAddress
The secondary address of the endpoint.
|
String |
endpointSubAddressType
The type of the secondary address of the endpoint.
|
String |
endpointType
The type of endpoint.
|
String |
endpointZoneId
The ID of the zone where the endpoint is created.
|
String |
ipAddress
The accelerated IP address of the basic GA instance.
|
String |
requestId
The ID of the request.
|
String |
state
The association status between the accelerated IP address and endpoint.
|
构造器和说明 |
---|
GetBasicAccelerateIpEndpointRelationResponseBody() |
@NameInMap(value="AccelerateIpId") public String accelerateIpId
The ID of the accelerated IP address.
@NameInMap(value="AcceleratorId") public String acceleratorId
The ID of the basic GA instance.
@NameInMap(value="EndpointAddress") public String endpointAddress
The address of the endpoint.
@NameInMap(value="EndpointId") public String endpointId
The ID of the endpoint.
@NameInMap(value="EndpointName") public String endpointName
The name of the endpoint.
@NameInMap(value="EndpointSubAddress") public String endpointSubAddress
The secondary address of the endpoint.
This parameter is returned if the endpoint type is **ECS**, **ENI**, or **NLB**.
* If the endpoint type is **ECS**, **EndpointSubAddress** returns the primary or secondary private IP address of the primary ENI.
* If the endpoint type is **ENI**, **EndpointSubAddress** returns the primary or secondary private IP address of the secondary ENI.
* If the endpoint type is **NLB**, **EndpointSubAddress** returns the primary private IP address of the NLB backend server.
@NameInMap(value="EndpointSubAddressType") public String endpointSubAddressType
The type of the secondary address of the endpoint.
* **primary**: a primary private IP address.
* **secondary**: a secondary private IP address.
This parameter is returned if the endpoint type is **ECS**, **ENI**, or **NLB**. If the endpoint type is set to **NLB**, **primary** is returned.
@NameInMap(value="EndpointType") public String endpointType
The type of endpoint. Valid values:
* **ENI**: elastic network interface (ENI).
* **SLB**: Classic Load Balancer (CLB) instance.
* **ECS**: Elastic Compute Service (ECS) instance.
* **NLB**: Network Load Balancer (NLB) instance.
@NameInMap(value="EndpointZoneId") public String endpointZoneId
The ID of the zone where the endpoint is created.
This parameter is returned only when the endpoint type is **NLB**.
@NameInMap(value="IpAddress") public String ipAddress
The accelerated IP address of the basic GA instance.
@NameInMap(value="RequestId") public String requestId
The ID of the request.
@NameInMap(value="State") public String state
The association status between the accelerated IP address and endpoint.
A value of **active** indicates that the accelerated IP address is associated with the endpoint.
public GetBasicAccelerateIpEndpointRelationResponseBody()
public static GetBasicAccelerateIpEndpointRelationResponseBody build(Map<String,?> map) throws Exception
Exception
public GetBasicAccelerateIpEndpointRelationResponseBody setAccelerateIpId(String accelerateIpId)
public String getAccelerateIpId()
public GetBasicAccelerateIpEndpointRelationResponseBody setAcceleratorId(String acceleratorId)
public String getAcceleratorId()
public GetBasicAccelerateIpEndpointRelationResponseBody setEndpointAddress(String endpointAddress)
public String getEndpointAddress()
public GetBasicAccelerateIpEndpointRelationResponseBody setEndpointId(String endpointId)
public String getEndpointId()
public GetBasicAccelerateIpEndpointRelationResponseBody setEndpointName(String endpointName)
public String getEndpointName()
public GetBasicAccelerateIpEndpointRelationResponseBody setEndpointSubAddress(String endpointSubAddress)
public String getEndpointSubAddress()
public GetBasicAccelerateIpEndpointRelationResponseBody setEndpointSubAddressType(String endpointSubAddressType)
public String getEndpointSubAddressType()
public GetBasicAccelerateIpEndpointRelationResponseBody setEndpointType(String endpointType)
public String getEndpointType()
public GetBasicAccelerateIpEndpointRelationResponseBody setEndpointZoneId(String endpointZoneId)
public String getEndpointZoneId()
public GetBasicAccelerateIpEndpointRelationResponseBody setIpAddress(String ipAddress)
public String getIpAddress()
public GetBasicAccelerateIpEndpointRelationResponseBody setRequestId(String requestId)
public String getRequestId()
public GetBasicAccelerateIpEndpointRelationResponseBody setState(String state)
public String getState()
Copyright © 2024. All rights reserved.