public class ListBandwidthPackagesRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
ListBandwidthPackagesRequest.ListBandwidthPackagesRequestTag |
限定符和类型 | 字段和说明 |
---|---|
String |
bandwidthPackageId
The ID of the bandwidth plan.
|
Integer |
pageNumber
The page number.
|
Integer |
pageSize
The number of entries per page.
|
String |
regionId
The ID of the region where the GA instance is deployed.
|
String |
resourceGroupId
The ID of the resource group.
|
String |
state
The status of the bandwidth plan.
|
List<ListBandwidthPackagesRequest.ListBandwidthPackagesRequestTag> |
tag
The tag of the bandwidth plan.
|
String |
type
The type of the bandwidth plan.
|
构造器和说明 |
---|
ListBandwidthPackagesRequest() |
限定符和类型 | 方法和说明 |
---|---|
static ListBandwidthPackagesRequest |
build(Map<String,?> map) |
String |
getBandwidthPackageId() |
Integer |
getPageNumber() |
Integer |
getPageSize() |
String |
getRegionId() |
String |
getResourceGroupId() |
String |
getState() |
List<ListBandwidthPackagesRequest.ListBandwidthPackagesRequestTag> |
getTag() |
String |
getType() |
ListBandwidthPackagesRequest |
setBandwidthPackageId(String bandwidthPackageId) |
ListBandwidthPackagesRequest |
setPageNumber(Integer pageNumber) |
ListBandwidthPackagesRequest |
setPageSize(Integer pageSize) |
ListBandwidthPackagesRequest |
setRegionId(String regionId) |
ListBandwidthPackagesRequest |
setResourceGroupId(String resourceGroupId) |
ListBandwidthPackagesRequest |
setState(String state) |
ListBandwidthPackagesRequest |
setTag(List<ListBandwidthPackagesRequest.ListBandwidthPackagesRequestTag> tag) |
ListBandwidthPackagesRequest |
setType(String type) |
@NameInMap(value="BandwidthPackageId") public String bandwidthPackageId
The ID of the bandwidth plan.
@NameInMap(value="PageNumber") public Integer pageNumber
The page number. Default value: **1**.
@NameInMap(value="PageSize") public Integer pageSize
The number of entries per page. Maximum value: **100**. Default value: **10**.
@NameInMap(value="RegionId") public String regionId
The ID of the region where the GA instance is deployed. Set the value to **cn-hangzhou**.
@NameInMap(value="ResourceGroupId") public String resourceGroupId
The ID of the resource group.
@NameInMap(value="State") public String state
The status of the bandwidth plan. Valid values:
* **init**: The bandwidth plan is being initialized.
* **active**: The bandwidth plan is available.
* **binded**: The bandwidth plan is associated.
* **binding**: The bandwidth plan is being associated.
* **unbinding**: The bandwidth plan is being disassociated.
* **updating**: The bandwidth plan is being updated.
* **finacialLocked**: The bandwidth plan is locked due to overdue payments.
* **locked**: The bandwidth plan is locked.
@NameInMap(value="Tag") public List<ListBandwidthPackagesRequest.ListBandwidthPackagesRequestTag> tag
The tag of the bandwidth plan.
@NameInMap(value="Type") public String type
The type of the bandwidth plan. Valid values:
* **Basic**: a basic bandwidth plan
* **CrossDomain**: a cross-border acceleration bandwidth plan
If you call this operation on the China site (aliyun.com), you can set Type only to **Basic**.
public static ListBandwidthPackagesRequest build(Map<String,?> map) throws Exception
Exception
public ListBandwidthPackagesRequest setBandwidthPackageId(String bandwidthPackageId)
public String getBandwidthPackageId()
public ListBandwidthPackagesRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public ListBandwidthPackagesRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public ListBandwidthPackagesRequest setRegionId(String regionId)
public String getRegionId()
public ListBandwidthPackagesRequest setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
public ListBandwidthPackagesRequest setState(String state)
public String getState()
public ListBandwidthPackagesRequest setTag(List<ListBandwidthPackagesRequest.ListBandwidthPackagesRequestTag> tag)
public List<ListBandwidthPackagesRequest.ListBandwidthPackagesRequestTag> getTag()
public ListBandwidthPackagesRequest setType(String type)
public String getType()
Copyright © 2024. All rights reserved.