public class AddCommonBandwidthPackageIpsRequest
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.
|
List<String> |
ipInstanceIds
The list of EIPs that you want to associate with the Internet Shared Bandwidth instance.
|
String |
ipType
The type of the IP address.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region ID of the Internet Shared Bandwidth instance.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
AddCommonBandwidthPackageIpsRequest() |
限定符和类型 | 方法和说明 |
---|---|
static AddCommonBandwidthPackageIpsRequest |
build(Map<String,?> map) |
String |
getBandwidthPackageId() |
String |
getClientToken() |
List<String> |
getIpInstanceIds() |
String |
getIpType() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
AddCommonBandwidthPackageIpsRequest |
setBandwidthPackageId(String bandwidthPackageId) |
AddCommonBandwidthPackageIpsRequest |
setClientToken(String clientToken) |
AddCommonBandwidthPackageIpsRequest |
setIpInstanceIds(List<String> ipInstanceIds) |
AddCommonBandwidthPackageIpsRequest |
setIpType(String ipType) |
AddCommonBandwidthPackageIpsRequest |
setOwnerAccount(String ownerAccount) |
AddCommonBandwidthPackageIpsRequest |
setOwnerId(Long ownerId) |
AddCommonBandwidthPackageIpsRequest |
setRegionId(String regionId) |
AddCommonBandwidthPackageIpsRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
AddCommonBandwidthPackageIpsRequest |
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.
123e4567-e89b-12d3-a456-426655440000
@NameInMap(value="IpInstanceIds") public List<String> ipInstanceIds
The list of EIPs that you want to associate with the Internet Shared Bandwidth instance.
You can specify at most 10 EIP IDs at a time.
This parameter is required.
@NameInMap(value="IpType") public String ipType
The type of the IP address. Set the value to EIP to associate EIPs with the EIP bandwidth plan.
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-shanghai
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public static AddCommonBandwidthPackageIpsRequest build(Map<String,?> map) throws Exception
Exception
public AddCommonBandwidthPackageIpsRequest setBandwidthPackageId(String bandwidthPackageId)
public String getBandwidthPackageId()
public AddCommonBandwidthPackageIpsRequest setClientToken(String clientToken)
public String getClientToken()
public AddCommonBandwidthPackageIpsRequest setIpInstanceIds(List<String> ipInstanceIds)
public AddCommonBandwidthPackageIpsRequest setIpType(String ipType)
public String getIpType()
public AddCommonBandwidthPackageIpsRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public AddCommonBandwidthPackageIpsRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public AddCommonBandwidthPackageIpsRequest setRegionId(String regionId)
public String getRegionId()
public AddCommonBandwidthPackageIpsRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public AddCommonBandwidthPackageIpsRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.