public static class ListBandwidthackagesResponseBody.ListBandwidthackagesResponseBodyBandwidthPackages
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
List<String> |
accelerators
The IDs of the GA instances that are associated with the bandwidth plans.
|
Integer |
bandwidth
The bandwidth of the bandwidth plan.
|
String |
bandwidthPackageId
The ID of the bandwidth plan.
|
String |
chargeType
The billing method of the bandwidth plan.
|
String |
createTime
The time when the bandwidth plan was created.
|
String |
description
The description of the bandwidth plan.
|
String |
expiredTime
The expiration time of the bandwidth plan.
|
String |
name
The name of the GA instance.
|
String |
regionId
The request ID.
|
String |
resourceGroupId
The ID of the resource group.
|
String |
state
The status of the bandwidth plan.
|
List<ListBandwidthackagesResponseBody.ListBandwidthackagesResponseBodyBandwidthPackagesTags> |
tags
The tag of the bandwidth plan.
|
构造器和说明 |
---|
ListBandwidthackagesResponseBodyBandwidthPackages() |
@NameInMap(value="Accelerators") public List<String> accelerators
The IDs of the GA instances that are associated with the bandwidth plans.
@NameInMap(value="Bandwidth") public Integer bandwidth
The bandwidth 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. Valid values:
* **PREPAY**: subscription. This is the default value.
* **POSTPAY**: pay-as-you-go.
@NameInMap(value="CreateTime") public String createTime
The time 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 expiration time of the bandwidth plan.
@NameInMap(value="Name") public String name
The name of the GA instance.
@NameInMap(value="RegionId") public String regionId
The request ID.
@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 with a GA instance.
* **binding:** The bandwidth plan is being associated with a GA instance.
* **unbinding:** The bandwidth plan is being disassociated from a GA instance.
* **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
The tag of the bandwidth plan.
public ListBandwidthackagesResponseBodyBandwidthPackages()
public static ListBandwidthackagesResponseBody.ListBandwidthackagesResponseBodyBandwidthPackages build(Map<String,?> map) throws Exception
Exception
public 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 © 2024. All rights reserved.