public static class ListBandwidthackagesResponseBody.ListBandwidthackagesResponseBodyBandwidthPackages
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<String> |
accelerators
The ID of the GA instance that is associated with the bandwidth plan.
|
Integer |
bandwidth
The bandwidth value of the bandwidth plan.
|
String |
bandwidthPackageId
The ID of the bandwidth plan.
|
String |
chargeType
The billing method of the bandwidth plan.
|
String |
createTime
The timestamp when the bandwidth plan was created.
|
String |
description
The description of the bandwidth plan.
|
String |
expiredTime
The timestamp when the bandwidth plan expires.
|
String |
name
The name of the GA instance.
|
String |
regionId
The ID of the request.
|
String |
resourceGroupId |
String |
state
The state of the bandwidth plan.
|
List<ListBandwidthackagesResponseBody.ListBandwidthackagesResponseBodyBandwidthPackagesTags> |
tags |
| 构造器和说明 |
|---|
ListBandwidthackagesResponseBody.ListBandwidthackagesResponseBodyBandwidthPackages() |
@NameInMap(value="Accelerators") public List<String> accelerators
The ID of the GA instance that is associated with the bandwidth plan.
@NameInMap(value="Bandwidth") public Integer bandwidth
The bandwidth value of the bandwidth plan. Unit: Mbit/s.
@NameInMap(value="BandwidthPackageId") public String bandwidthPackageId
The ID of the bandwidth plan.
@NameInMap(value="ChargeType") public String chargeType
The billing method of the bandwidth plan. Only **PREPAY** is returned, which indicates the subscription billing method.
@NameInMap(value="CreateTime") public String createTime
The timestamp when the bandwidth plan was created.
@NameInMap(value="Description") public String description
The description of the bandwidth plan.
@NameInMap(value="ExpiredTime") public String expiredTime
The timestamp when the bandwidth plan expires.
@NameInMap(value="Name") public String name
The name of the GA instance.
@NameInMap(value="RegionId") public String regionId
The ID of the request.
@NameInMap(value="ResourceGroupId") public String resourceGroupId
@NameInMap(value="State") public String state
The state 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 with a GA instance.
* **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="Tags") public List<ListBandwidthackagesResponseBody.ListBandwidthackagesResponseBodyBandwidthPackagesTags> tags
public ListBandwidthackagesResponseBody.ListBandwidthackagesResponseBodyBandwidthPackages()
public static ListBandwidthackagesResponseBody.ListBandwidthackagesResponseBodyBandwidthPackages build(Map<String,?> map) throws Exception
Exceptionpublic ListBandwidthackagesResponseBody.ListBandwidthackagesResponseBodyBandwidthPackages setAccelerators(List<String> accelerators)
public ListBandwidthackagesResponseBody.ListBandwidthackagesResponseBodyBandwidthPackages setBandwidth(Integer bandwidth)
public Integer getBandwidth()
public ListBandwidthackagesResponseBody.ListBandwidthackagesResponseBodyBandwidthPackages setBandwidthPackageId(String bandwidthPackageId)
public String getBandwidthPackageId()
public ListBandwidthackagesResponseBody.ListBandwidthackagesResponseBodyBandwidthPackages setChargeType(String chargeType)
public String getChargeType()
public ListBandwidthackagesResponseBody.ListBandwidthackagesResponseBodyBandwidthPackages setCreateTime(String createTime)
public String getCreateTime()
public ListBandwidthackagesResponseBody.ListBandwidthackagesResponseBodyBandwidthPackages setDescription(String description)
public String getDescription()
public ListBandwidthackagesResponseBody.ListBandwidthackagesResponseBodyBandwidthPackages setExpiredTime(String expiredTime)
public String getExpiredTime()
public ListBandwidthackagesResponseBody.ListBandwidthackagesResponseBodyBandwidthPackages setName(String name)
public String getName()
public ListBandwidthackagesResponseBody.ListBandwidthackagesResponseBodyBandwidthPackages setRegionId(String regionId)
public String getRegionId()
public ListBandwidthackagesResponseBody.ListBandwidthackagesResponseBodyBandwidthPackages setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
public ListBandwidthackagesResponseBody.ListBandwidthackagesResponseBodyBandwidthPackages setState(String state)
public String getState()
public ListBandwidthackagesResponseBody.ListBandwidthackagesResponseBodyBandwidthPackages setTags(List<ListBandwidthackagesResponseBody.ListBandwidthackagesResponseBodyBandwidthPackagesTags> tags)
public List<ListBandwidthackagesResponseBody.ListBandwidthackagesResponseBodyBandwidthPackagesTags> getTags()
Copyright © 2023. All rights reserved.