public static class GetBasicAcceleratorResponseBody.GetBasicAcceleratorResponseBodyBasicBandwidthPackage
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Integer |
bandwidth
The bandwidth value of the basic bandwidth plan.
|
String |
bandwidthType
The type of the bandwidth that is provided by the basic bandwidth plan.
|
String |
instanceId
The ID of the basic bandwidth plan.
|
构造器和说明 |
---|
GetBasicAcceleratorResponseBodyBasicBandwidthPackage() |
@NameInMap(value="Bandwidth") public Integer bandwidth
The bandwidth value of the basic bandwidth plan. Unit: Mbit/s.
@NameInMap(value="BandwidthType") public String bandwidthType
The type of the bandwidth that is provided by the basic bandwidth plan.
* **Basic**: basic
* **Enhanced**: enhanced
* **Advanced**: premium
@NameInMap(value="InstanceId") public String instanceId
The ID of the basic bandwidth plan.
public GetBasicAcceleratorResponseBodyBasicBandwidthPackage()
public static GetBasicAcceleratorResponseBody.GetBasicAcceleratorResponseBodyBasicBandwidthPackage build(Map<String,?> map) throws Exception
Exception
public GetBasicAcceleratorResponseBody.GetBasicAcceleratorResponseBodyBasicBandwidthPackage setBandwidth(Integer bandwidth)
public Integer getBandwidth()
public GetBasicAcceleratorResponseBody.GetBasicAcceleratorResponseBodyBasicBandwidthPackage setBandwidthType(String bandwidthType)
public String getBandwidthType()
public GetBasicAcceleratorResponseBody.GetBasicAcceleratorResponseBodyBasicBandwidthPackage setInstanceId(String instanceId)
public String getInstanceId()
Copyright © 2024. All rights reserved.