public class CancelCommonBandwidthPackageIpBandwidthRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
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 |
构造器和说明 |
---|
CancelCommonBandwidthPackageIpBandwidthRequest() |
限定符和类型 | 方法和说明 |
---|---|
static CancelCommonBandwidthPackageIpBandwidthRequest |
build(Map<String,?> map) |
String |
getBandwidthPackageId() |
String |
getEipId() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
CancelCommonBandwidthPackageIpBandwidthRequest |
setBandwidthPackageId(String bandwidthPackageId) |
CancelCommonBandwidthPackageIpBandwidthRequest |
setEipId(String eipId) |
CancelCommonBandwidthPackageIpBandwidthRequest |
setOwnerAccount(String ownerAccount) |
CancelCommonBandwidthPackageIpBandwidthRequest |
setOwnerId(Long ownerId) |
CancelCommonBandwidthPackageIpBandwidthRequest |
setRegionId(String regionId) |
CancelCommonBandwidthPackageIpBandwidthRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
CancelCommonBandwidthPackageIpBandwidthRequest |
setResourceOwnerId(Long resourceOwnerId) |
@NameInMap(value="BandwidthPackageId") public String bandwidthPackageId
The ID of the Internet Shared Bandwidth instance.
This parameter is required.
example:cbwp-bp13d0m4e2qv8xxxxxxxx
@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-2zewysoansu0sxxxxxxxx
@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 CancelCommonBandwidthPackageIpBandwidthRequest()
public static CancelCommonBandwidthPackageIpBandwidthRequest build(Map<String,?> map) throws Exception
Exception
public CancelCommonBandwidthPackageIpBandwidthRequest setBandwidthPackageId(String bandwidthPackageId)
public String getBandwidthPackageId()
public CancelCommonBandwidthPackageIpBandwidthRequest setEipId(String eipId)
public String getEipId()
public CancelCommonBandwidthPackageIpBandwidthRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public CancelCommonBandwidthPackageIpBandwidthRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public CancelCommonBandwidthPackageIpBandwidthRequest setRegionId(String regionId)
public String getRegionId()
public CancelCommonBandwidthPackageIpBandwidthRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public CancelCommonBandwidthPackageIpBandwidthRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.