public class GetBasicAccelerateIpResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
accelerateIpAddress
The accelerated IP address.
|
String |
accelerateIpId
The ID of the accelerated IP address.
|
String |
acceleratorId
The ID of the basic GA instance to which the queried accelerated IP address belongs.
|
String |
ipSetId
The ID of the acceleration region of the basic GA instance.
|
String |
requestId
The ID of the request.
|
String |
state
The status of the accelerated IP address.
|
| 构造器和说明 |
|---|
GetBasicAccelerateIpResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetBasicAccelerateIpResponseBody |
build(Map<String,?> map) |
String |
getAccelerateIpAddress() |
String |
getAccelerateIpId() |
String |
getAcceleratorId() |
String |
getIpSetId() |
String |
getRequestId() |
String |
getState() |
GetBasicAccelerateIpResponseBody |
setAccelerateIpAddress(String accelerateIpAddress) |
GetBasicAccelerateIpResponseBody |
setAccelerateIpId(String accelerateIpId) |
GetBasicAccelerateIpResponseBody |
setAcceleratorId(String acceleratorId) |
GetBasicAccelerateIpResponseBody |
setIpSetId(String ipSetId) |
GetBasicAccelerateIpResponseBody |
setRequestId(String requestId) |
GetBasicAccelerateIpResponseBody |
setState(String state) |
@NameInMap(value="AccelerateIpAddress") public String accelerateIpAddress
The accelerated IP address.
@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 to which the queried accelerated IP address belongs.
@NameInMap(value="IpSetId") public String ipSetId
The ID of the acceleration region of the basic GA instance.
@NameInMap(value="RequestId") public String requestId
The ID of the request.
@NameInMap(value="State") public String state
The status of the accelerated IP address. Valid values:
* **active**: The accelerated IP address is available.
* **binding**: The accelerated IP address is being associated.
* **bound**: The accelerated IP address is associated.
* **unbinding**: The basic GA instance is being disassociated.
* **deleting**: The accelerated IP address is being deleted.
> This parameter is not returned when the queried accelerated IP address is being created.
public static GetBasicAccelerateIpResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic GetBasicAccelerateIpResponseBody setAccelerateIpAddress(String accelerateIpAddress)
public String getAccelerateIpAddress()
public GetBasicAccelerateIpResponseBody setAccelerateIpId(String accelerateIpId)
public String getAccelerateIpId()
public GetBasicAccelerateIpResponseBody setAcceleratorId(String acceleratorId)
public String getAcceleratorId()
public GetBasicAccelerateIpResponseBody setIpSetId(String ipSetId)
public String getIpSetId()
public GetBasicAccelerateIpResponseBody setRequestId(String requestId)
public String getRequestId()
public GetBasicAccelerateIpResponseBody setState(String state)
public String getState()
Copyright © 2023. All rights reserved.