public class ModifyCommonBandwidthPackageSpecRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
bandwidth
The maximum bandwidth of the Internet Shared Bandwidth instance.
|
String |
bandwidthPackageId
The ID of the Internet Shared Bandwidth instance.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region ID of the Internet Shared Bandwidth instance.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
ModifyCommonBandwidthPackageSpecRequest() |
限定符和类型 | 方法和说明 |
---|---|
static ModifyCommonBandwidthPackageSpecRequest |
build(Map<String,?> map) |
String |
getBandwidth() |
String |
getBandwidthPackageId() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
ModifyCommonBandwidthPackageSpecRequest |
setBandwidth(String bandwidth) |
ModifyCommonBandwidthPackageSpecRequest |
setBandwidthPackageId(String bandwidthPackageId) |
ModifyCommonBandwidthPackageSpecRequest |
setOwnerAccount(String ownerAccount) |
ModifyCommonBandwidthPackageSpecRequest |
setOwnerId(Long ownerId) |
ModifyCommonBandwidthPackageSpecRequest |
setRegionId(String regionId) |
ModifyCommonBandwidthPackageSpecRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
ModifyCommonBandwidthPackageSpecRequest |
setResourceOwnerId(Long resourceOwnerId) |
@NameInMap(value="Bandwidth") public String bandwidth
The maximum bandwidth of the Internet Shared Bandwidth instance. Unit: Mbit/s.
Valid values: 1 to 1000.
This parameter is required.
example:1000
@NameInMap(value="BandwidthPackageId") public String bandwidthPackageId
The ID of the Internet Shared Bandwidth instance.
This parameter is required.
example:cbwp-2ze2ic1xd2qeqk145****
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The region ID of the Internet Shared Bandwidth instance.
You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public static ModifyCommonBandwidthPackageSpecRequest build(Map<String,?> map) throws Exception
Exception
public ModifyCommonBandwidthPackageSpecRequest setBandwidth(String bandwidth)
public String getBandwidth()
public ModifyCommonBandwidthPackageSpecRequest setBandwidthPackageId(String bandwidthPackageId)
public String getBandwidthPackageId()
public ModifyCommonBandwidthPackageSpecRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public ModifyCommonBandwidthPackageSpecRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public ModifyCommonBandwidthPackageSpecRequest setRegionId(String regionId)
public String getRegionId()
public ModifyCommonBandwidthPackageSpecRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public ModifyCommonBandwidthPackageSpecRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.