public class UpdateVirtualBorderBandwidthRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Integer |
bandwidth
The new maximum bandwidth value for the VBR.
|
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region ID of the VBR.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
virtualBorderRouterId
The ID of the VBR.
|
构造器和说明 |
---|
UpdateVirtualBorderBandwidthRequest() |
限定符和类型 | 方法和说明 |
---|---|
static UpdateVirtualBorderBandwidthRequest |
build(Map<String,?> map) |
Integer |
getBandwidth() |
String |
getClientToken() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
String |
getVirtualBorderRouterId() |
UpdateVirtualBorderBandwidthRequest |
setBandwidth(Integer bandwidth) |
UpdateVirtualBorderBandwidthRequest |
setClientToken(String clientToken) |
UpdateVirtualBorderBandwidthRequest |
setOwnerAccount(String ownerAccount) |
UpdateVirtualBorderBandwidthRequest |
setOwnerId(Long ownerId) |
UpdateVirtualBorderBandwidthRequest |
setRegionId(String regionId) |
UpdateVirtualBorderBandwidthRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
UpdateVirtualBorderBandwidthRequest |
setResourceOwnerId(Long resourceOwnerId) |
UpdateVirtualBorderBandwidthRequest |
setVirtualBorderRouterId(String virtualBorderRouterId) |
@NameInMap(value="Bandwidth") public Integer bandwidth
The new maximum bandwidth value for the VBR. Unit: Mbit/s.
This parameter is required.
example:2
@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.
02fb3da4-130e-11e9-8e44-0016****
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The region ID of the VBR.
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
@NameInMap(value="VirtualBorderRouterId") public String virtualBorderRouterId
The ID of the VBR.
This parameter is required.
example:vbr-bp15zckdt37pq72****
public static UpdateVirtualBorderBandwidthRequest build(Map<String,?> map) throws Exception
Exception
public UpdateVirtualBorderBandwidthRequest setBandwidth(Integer bandwidth)
public Integer getBandwidth()
public UpdateVirtualBorderBandwidthRequest setClientToken(String clientToken)
public String getClientToken()
public UpdateVirtualBorderBandwidthRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public UpdateVirtualBorderBandwidthRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public UpdateVirtualBorderBandwidthRequest setRegionId(String regionId)
public String getRegionId()
public UpdateVirtualBorderBandwidthRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public UpdateVirtualBorderBandwidthRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public UpdateVirtualBorderBandwidthRequest setVirtualBorderRouterId(String virtualBorderRouterId)
public String getVirtualBorderRouterId()
Copyright © 2024. All rights reserved.