public class ModifyCommonBandwidthPackageIpBandwidthRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
bandwidth
The maximum bandwidth for the EIP.
|
String |
bandwidthPackageId
The ID of the Internet Shared Bandwidth instance.
|
String |
eipId
The ID of the EIP that is associated with the Internet Shared Bandwidth instance.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region ID of the Internet Shared Bandwidth instance.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
ModifyCommonBandwidthPackageIpBandwidthRequest() |
限定符和类型 | 方法和说明 |
---|---|
static ModifyCommonBandwidthPackageIpBandwidthRequest |
build(Map<String,?> map) |
String |
getBandwidth() |
String |
getBandwidthPackageId() |
String |
getEipId() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
ModifyCommonBandwidthPackageIpBandwidthRequest |
setBandwidth(String bandwidth) |
ModifyCommonBandwidthPackageIpBandwidthRequest |
setBandwidthPackageId(String bandwidthPackageId) |
ModifyCommonBandwidthPackageIpBandwidthRequest |
setEipId(String eipId) |
ModifyCommonBandwidthPackageIpBandwidthRequest |
setOwnerAccount(String ownerAccount) |
ModifyCommonBandwidthPackageIpBandwidthRequest |
setOwnerId(Long ownerId) |
ModifyCommonBandwidthPackageIpBandwidthRequest |
setRegionId(String regionId) |
ModifyCommonBandwidthPackageIpBandwidthRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
ModifyCommonBandwidthPackageIpBandwidthRequest |
setResourceOwnerId(Long resourceOwnerId) |
@NameInMap(value="Bandwidth") public String bandwidth
The maximum bandwidth for the EIP. This value cannot be larger than the maximum bandwidth of the Internet Shared Bandwidth instance. Unit: Mbit/s.
This parameter is required.
example:500
@NameInMap(value="BandwidthPackageId") public String bandwidthPackageId
The ID of the Internet Shared Bandwidth instance.
This parameter is required.
example:cbwp-2zep6hw5d6y8exscd****
@NameInMap(value="EipId") public String eipId
The ID of the EIP that is associated with the Internet Shared Bandwidth instance.
This parameter is required.
example:eip-2zewysoansu0svfbg****
@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 ModifyCommonBandwidthPackageIpBandwidthRequest()
public static ModifyCommonBandwidthPackageIpBandwidthRequest build(Map<String,?> map) throws Exception
Exception
public ModifyCommonBandwidthPackageIpBandwidthRequest setBandwidth(String bandwidth)
public String getBandwidth()
public ModifyCommonBandwidthPackageIpBandwidthRequest setBandwidthPackageId(String bandwidthPackageId)
public String getBandwidthPackageId()
public ModifyCommonBandwidthPackageIpBandwidthRequest setEipId(String eipId)
public String getEipId()
public ModifyCommonBandwidthPackageIpBandwidthRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public ModifyCommonBandwidthPackageIpBandwidthRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public ModifyCommonBandwidthPackageIpBandwidthRequest setRegionId(String regionId)
public String getRegionId()
public ModifyCommonBandwidthPackageIpBandwidthRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public ModifyCommonBandwidthPackageIpBandwidthRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.