public static class DescribeIpv6AddressesResponseBody.DescribeIpv6AddressesResponseBodyIpv6AddressesIpv6AddressIpv6InternetBandwidth
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Integer |
bandwidth
The dedicated Internet bandwidth of the IPv6 address.
|
String |
businessStatus
The status of the Internet bandwidth of the IPv6 address.
|
Boolean |
hasReservationData
Indicates whether renewal data is included.
|
String |
instanceChargeType
The billing method of the Internet bandwidth of the IPv6 address.
|
String |
internetChargeType
The billing method of the Internet bandwidth of the IPv6 address.
|
String |
ipv6InternetBandwidthId
The Internet bandwidth ID of the IPv6 address.
|
String |
reservationActiveTime
The time when the renewal takes effect.
|
Long |
reservationBandwidth
The maximum bandwidth after the renewal takes effect.
|
String |
reservationInternetChargeType
The metering method that is used after the renewal takes effect.
|
String |
reservationOrderType
The type of the renewal order.
|
@NameInMap(value="Bandwidth") public Integer bandwidth
The dedicated Internet bandwidth of the IPv6 address. Unit: Mbit/s.
example:5
@NameInMap(value="BusinessStatus") public String businessStatus
The status of the Internet bandwidth of the IPv6 address. Valid values:
Normal
@NameInMap(value="HasReservationData") public Boolean hasReservationData
Indicates whether renewal data is included. Valid values:
false
@NameInMap(value="InstanceChargeType") public String instanceChargeType
The billing method of the Internet bandwidth of the IPv6 address. Valid values:
Only PostPaid may be returned, which indicates the pay-as-you-go billing method.
example:PostPaid
@NameInMap(value="InternetChargeType") public String internetChargeType
The billing method of the Internet bandwidth of the IPv6 address. Valid values:
PayByTraffic
@NameInMap(value="Ipv6InternetBandwidthId") public String ipv6InternetBandwidthId
The Internet bandwidth ID of the IPv6 address.
example:ipv6bw-hp3b35oq1fj50kbv****
@NameInMap(value="ReservationActiveTime") public String reservationActiveTime
The time when the renewal takes effect. The time is displayed in the YYYY-MM-DDThh:mm:ssZ
format.
2021-05-23T16:00:00Z
@NameInMap(value="ReservationBandwidth") public Long reservationBandwidth
The maximum bandwidth after the renewal takes effect. Unit: Mbit/s.
example:12
@NameInMap(value="ReservationInternetChargeType") public String reservationInternetChargeType
The metering method that is used after the renewal takes effect.
PayByTraffic
@NameInMap(value="ReservationOrderType") public String reservationOrderType
The type of the renewal order. Only RENEW may be returned, which indicates that the order is placed for service renewal.
example:RENEW
public DescribeIpv6AddressesResponseBodyIpv6AddressesIpv6AddressIpv6InternetBandwidth()
public static DescribeIpv6AddressesResponseBody.DescribeIpv6AddressesResponseBodyIpv6AddressesIpv6AddressIpv6InternetBandwidth build(Map<String,?> map) throws Exception
Exception
public DescribeIpv6AddressesResponseBody.DescribeIpv6AddressesResponseBodyIpv6AddressesIpv6AddressIpv6InternetBandwidth setBandwidth(Integer bandwidth)
public Integer getBandwidth()
public DescribeIpv6AddressesResponseBody.DescribeIpv6AddressesResponseBodyIpv6AddressesIpv6AddressIpv6InternetBandwidth setBusinessStatus(String businessStatus)
public String getBusinessStatus()
public DescribeIpv6AddressesResponseBody.DescribeIpv6AddressesResponseBodyIpv6AddressesIpv6AddressIpv6InternetBandwidth setHasReservationData(Boolean hasReservationData)
public Boolean getHasReservationData()
public DescribeIpv6AddressesResponseBody.DescribeIpv6AddressesResponseBodyIpv6AddressesIpv6AddressIpv6InternetBandwidth setInstanceChargeType(String instanceChargeType)
public String getInstanceChargeType()
public DescribeIpv6AddressesResponseBody.DescribeIpv6AddressesResponseBodyIpv6AddressesIpv6AddressIpv6InternetBandwidth setInternetChargeType(String internetChargeType)
public String getInternetChargeType()
public DescribeIpv6AddressesResponseBody.DescribeIpv6AddressesResponseBodyIpv6AddressesIpv6AddressIpv6InternetBandwidth setIpv6InternetBandwidthId(String ipv6InternetBandwidthId)
public String getIpv6InternetBandwidthId()
public DescribeIpv6AddressesResponseBody.DescribeIpv6AddressesResponseBodyIpv6AddressesIpv6AddressIpv6InternetBandwidth setReservationActiveTime(String reservationActiveTime)
public String getReservationActiveTime()
public DescribeIpv6AddressesResponseBody.DescribeIpv6AddressesResponseBodyIpv6AddressesIpv6AddressIpv6InternetBandwidth setReservationBandwidth(Long reservationBandwidth)
public Long getReservationBandwidth()
public DescribeIpv6AddressesResponseBody.DescribeIpv6AddressesResponseBodyIpv6AddressesIpv6AddressIpv6InternetBandwidth setReservationInternetChargeType(String reservationInternetChargeType)
public String getReservationInternetChargeType()
public DescribeIpv6AddressesResponseBody.DescribeIpv6AddressesResponseBodyIpv6AddressesIpv6AddressIpv6InternetBandwidth setReservationOrderType(String reservationOrderType)
public String getReservationOrderType()
Copyright © 2024. All rights reserved.