public class RemoveCommonBandwidthPackageIpRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
bandwidthPackageId
The ID of the Internet Shared Bandwidth instance.
|
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
String |
ipInstanceId
The EIP ID.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region ID of the Internet Shared Bandwidth instance.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
RemoveCommonBandwidthPackageIpRequest() |
限定符和类型 | 方法和说明 |
---|---|
static RemoveCommonBandwidthPackageIpRequest |
build(Map<String,?> map) |
String |
getBandwidthPackageId() |
String |
getClientToken() |
String |
getIpInstanceId() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
RemoveCommonBandwidthPackageIpRequest |
setBandwidthPackageId(String bandwidthPackageId) |
RemoveCommonBandwidthPackageIpRequest |
setClientToken(String clientToken) |
RemoveCommonBandwidthPackageIpRequest |
setIpInstanceId(String ipInstanceId) |
RemoveCommonBandwidthPackageIpRequest |
setOwnerAccount(String ownerAccount) |
RemoveCommonBandwidthPackageIpRequest |
setOwnerId(Long ownerId) |
RemoveCommonBandwidthPackageIpRequest |
setRegionId(String regionId) |
RemoveCommonBandwidthPackageIpRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
RemoveCommonBandwidthPackageIpRequest |
setResourceOwnerId(Long resourceOwnerId) |
@NameInMap(value="BandwidthPackageId") public String bandwidthPackageId
The ID of the Internet Shared Bandwidth instance.
This parameter is required.
example:cbwp-2ze2ic1xd2qeqk145****
@NameInMap(value="ClientToken") public String clientToken
The client token that is used to ensure the idempotence of the request.
You can use the client to generate the token, but you must make sure that the token is unique among different requests. The client token can contain only ASCII characters.
example:If you do not specify this parameter, the system automatically uses the request ID as the client token. The request ID may be different for each request.
123e4567-e89b-12d3-a456-426655440000
@NameInMap(value="IpInstanceId") public String ipInstanceId
The EIP ID.
You can call the DescribeEipAddresses operation to query EIP IDs.
This parameter is required.
example:eip-2zeerraiwb7uj6i0d****
@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 RemoveCommonBandwidthPackageIpRequest build(Map<String,?> map) throws Exception
Exception
public RemoveCommonBandwidthPackageIpRequest setBandwidthPackageId(String bandwidthPackageId)
public String getBandwidthPackageId()
public RemoveCommonBandwidthPackageIpRequest setClientToken(String clientToken)
public String getClientToken()
public RemoveCommonBandwidthPackageIpRequest setIpInstanceId(String ipInstanceId)
public String getIpInstanceId()
public RemoveCommonBandwidthPackageIpRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public RemoveCommonBandwidthPackageIpRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public RemoveCommonBandwidthPackageIpRequest setRegionId(String regionId)
public String getRegionId()
public RemoveCommonBandwidthPackageIpRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public RemoveCommonBandwidthPackageIpRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.