public class AddCommonBandwidthPackageIpRequest
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 |
ipType
The type of IP address.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region ID of the Internet Shared Bandwidth instance.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
AddCommonBandwidthPackageIpRequest() |
限定符和类型 | 方法和说明 |
---|---|
static AddCommonBandwidthPackageIpRequest |
build(Map<String,?> map) |
String |
getBandwidthPackageId() |
String |
getClientToken() |
String |
getIpInstanceId() |
String |
getIpType() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
AddCommonBandwidthPackageIpRequest |
setBandwidthPackageId(String bandwidthPackageId) |
AddCommonBandwidthPackageIpRequest |
setClientToken(String clientToken) |
AddCommonBandwidthPackageIpRequest |
setIpInstanceId(String ipInstanceId) |
AddCommonBandwidthPackageIpRequest |
setIpType(String ipType) |
AddCommonBandwidthPackageIpRequest |
setOwnerAccount(String ownerAccount) |
AddCommonBandwidthPackageIpRequest |
setOwnerId(Long ownerId) |
AddCommonBandwidthPackageIpRequest |
setRegionId(String regionId) |
AddCommonBandwidthPackageIpRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
AddCommonBandwidthPackageIpRequest |
setResourceOwnerId(Long resourceOwnerId) |
@NameInMap(value="BandwidthPackageId") public String bandwidthPackageId
The ID of the Internet Shared Bandwidth instance.
This parameter is required.
example:cbwp-2ze2ic1xd2qeqasdf****
@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 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.
0c593ea1-3bea-11e9-b96b-88e9fe637760
@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-2zeerraiwb7uqwed****
@NameInMap(value="IpType") public String ipType
The type of IP address. Set the value to EIP to associate EIPs with the Internet Shared Bandwidth instance.
example:EIP
@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 AddCommonBandwidthPackageIpRequest build(Map<String,?> map) throws Exception
Exception
public AddCommonBandwidthPackageIpRequest setBandwidthPackageId(String bandwidthPackageId)
public String getBandwidthPackageId()
public AddCommonBandwidthPackageIpRequest setClientToken(String clientToken)
public String getClientToken()
public AddCommonBandwidthPackageIpRequest setIpInstanceId(String ipInstanceId)
public String getIpInstanceId()
public AddCommonBandwidthPackageIpRequest setIpType(String ipType)
public String getIpType()
public AddCommonBandwidthPackageIpRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public AddCommonBandwidthPackageIpRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public AddCommonBandwidthPackageIpRequest setRegionId(String regionId)
public String getRegionId()
public AddCommonBandwidthPackageIpRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public AddCommonBandwidthPackageIpRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.