public class GetBasicIpSetResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
accelerateRegionId
The ID of the region where the basic GA instance is deployed.
|
String |
acceleratorId
The ID of the basic GA instance.
|
Long |
bandwidth
The bandwidth of the acceleration region of the basic GA instance.
|
String |
ipAddress
The accelerated IP address.
|
String |
ipSetId
The ID of the acceleration region of the basic GA instance.
|
String |
ipVersion
The version of the accelerated IP address.
|
String |
ispType |
String |
requestId
The ID of the request.
|
String |
state
The status of the acceleration region of the basic GA instance.
|
| 构造器和说明 |
|---|
GetBasicIpSetResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetBasicIpSetResponseBody |
build(Map<String,?> map) |
String |
getAccelerateRegionId() |
String |
getAcceleratorId() |
Long |
getBandwidth() |
String |
getIpAddress() |
String |
getIpSetId() |
String |
getIpVersion() |
String |
getIspType() |
String |
getRequestId() |
String |
getState() |
GetBasicIpSetResponseBody |
setAccelerateRegionId(String accelerateRegionId) |
GetBasicIpSetResponseBody |
setAcceleratorId(String acceleratorId) |
GetBasicIpSetResponseBody |
setBandwidth(Long bandwidth) |
GetBasicIpSetResponseBody |
setIpAddress(String ipAddress) |
GetBasicIpSetResponseBody |
setIpSetId(String ipSetId) |
GetBasicIpSetResponseBody |
setIpVersion(String ipVersion) |
GetBasicIpSetResponseBody |
setIspType(String ispType) |
GetBasicIpSetResponseBody |
setRequestId(String requestId) |
GetBasicIpSetResponseBody |
setState(String state) |
@NameInMap(value="AccelerateRegionId") public String accelerateRegionId
The ID of the region where the basic GA instance is deployed.
@NameInMap(value="AcceleratorId") public String acceleratorId
The ID of the basic GA instance.
@NameInMap(value="Bandwidth") public Long bandwidth
The bandwidth of the acceleration region of the basic GA instance. Unit: Mbit/s.
@NameInMap(value="IpAddress") public String ipAddress
The accelerated IP address.
@NameInMap(value="IpSetId") public String ipSetId
The ID of the acceleration region of the basic GA instance.
@NameInMap(value="IpVersion") public String ipVersion
The version of the accelerated IP address. Only **IPv4** is returned. This indicates that an IPv4 address is used.
@NameInMap(value="IspType") public String ispType
@NameInMap(value="RequestId") public String requestId
The ID of the request.
@NameInMap(value="State") public String state
The status of the acceleration region of the basic GA instance. Valid values:
* **init**: The acceleration region is being initialized.
* **active**: The acceleration region is in the running state.
* **updating**: The acceleration region is being configured.
* **Deleting**: The acceleration region is being deleted.
public static GetBasicIpSetResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic GetBasicIpSetResponseBody setAccelerateRegionId(String accelerateRegionId)
public String getAccelerateRegionId()
public GetBasicIpSetResponseBody setAcceleratorId(String acceleratorId)
public String getAcceleratorId()
public GetBasicIpSetResponseBody setBandwidth(Long bandwidth)
public Long getBandwidth()
public GetBasicIpSetResponseBody setIpAddress(String ipAddress)
public String getIpAddress()
public GetBasicIpSetResponseBody setIpSetId(String ipSetId)
public String getIpSetId()
public GetBasicIpSetResponseBody setIpVersion(String ipVersion)
public String getIpVersion()
public GetBasicIpSetResponseBody setIspType(String ispType)
public String getIspType()
public GetBasicIpSetResponseBody setRequestId(String requestId)
public String getRequestId()
public GetBasicIpSetResponseBody setState(String state)
public String getState()
Copyright © 2023. All rights reserved.