public class AddBgpNetworkRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
String |
dstCidrBlock
The CIDR block of the virtual private cloud (VPC) or vSwitch that you want to connect to a data center.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region ID of the virtual border router (VBR) group.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
routerId
The ID of the router that is associated with the router interface.
|
String |
vpcId
The ID of the VPC.
|
构造器和说明 |
---|
AddBgpNetworkRequest() |
限定符和类型 | 方法和说明 |
---|---|
static AddBgpNetworkRequest |
build(Map<String,?> map) |
String |
getClientToken() |
String |
getDstCidrBlock() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
String |
getRouterId() |
String |
getVpcId() |
AddBgpNetworkRequest |
setClientToken(String clientToken) |
AddBgpNetworkRequest |
setDstCidrBlock(String dstCidrBlock) |
AddBgpNetworkRequest |
setOwnerAccount(String ownerAccount) |
AddBgpNetworkRequest |
setOwnerId(Long ownerId) |
AddBgpNetworkRequest |
setRegionId(String regionId) |
AddBgpNetworkRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
AddBgpNetworkRequest |
setResourceOwnerId(Long resourceOwnerId) |
AddBgpNetworkRequest |
setRouterId(String routerId) |
AddBgpNetworkRequest |
setVpcId(String vpcId) |
@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="DstCidrBlock") public String dstCidrBlock
The CIDR block of the virtual private cloud (VPC) or vSwitch that you want to connect to a data center.
This parameter is required.
example:10.10.XX.XX/32
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The region ID of the virtual border router (VBR) group.
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="RouterId") public String routerId
The ID of the router that is associated with the router interface.
This parameter is required.
example:vrt-2zeo3xzyf38r4u******
@NameInMap(value="VpcId") public String vpcId
The ID of the VPC.
example:vpc-bp1qpo0kug3a2*****
public static AddBgpNetworkRequest build(Map<String,?> map) throws Exception
Exception
public AddBgpNetworkRequest setClientToken(String clientToken)
public String getClientToken()
public AddBgpNetworkRequest setDstCidrBlock(String dstCidrBlock)
public String getDstCidrBlock()
public AddBgpNetworkRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public AddBgpNetworkRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public AddBgpNetworkRequest setRegionId(String regionId)
public String getRegionId()
public AddBgpNetworkRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public AddBgpNetworkRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public AddBgpNetworkRequest setRouterId(String routerId)
public String getRouterId()
public AddBgpNetworkRequest setVpcId(String vpcId)
public String getVpcId()
Copyright © 2024. All rights reserved.