public class DeleteBgpNetworkRequest
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 BGP group.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
routerId
The ID of the VBR.
|
构造器和说明 |
---|
DeleteBgpNetworkRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DeleteBgpNetworkRequest |
build(Map<String,?> map) |
String |
getClientToken() |
String |
getDstCidrBlock() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
String |
getRouterId() |
DeleteBgpNetworkRequest |
setClientToken(String clientToken) |
DeleteBgpNetworkRequest |
setDstCidrBlock(String dstCidrBlock) |
DeleteBgpNetworkRequest |
setOwnerAccount(String ownerAccount) |
DeleteBgpNetworkRequest |
setOwnerId(Long ownerId) |
DeleteBgpNetworkRequest |
setRegionId(String regionId) |
DeleteBgpNetworkRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
DeleteBgpNetworkRequest |
setResourceOwnerId(Long resourceOwnerId) |
DeleteBgpNetworkRequest |
setRouterId(String routerId) |
@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="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.110.192.12/32
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The region ID of the BGP group.
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
@NameInMap(value="RouterId") public String routerId
The ID of the VBR.
This parameter is required.
example:vrt-bp1lhl0taikrteen8****
public static DeleteBgpNetworkRequest build(Map<String,?> map) throws Exception
Exception
public DeleteBgpNetworkRequest setClientToken(String clientToken)
public String getClientToken()
public DeleteBgpNetworkRequest setDstCidrBlock(String dstCidrBlock)
public String getDstCidrBlock()
public DeleteBgpNetworkRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DeleteBgpNetworkRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DeleteBgpNetworkRequest setRegionId(String regionId)
public String getRegionId()
public DeleteBgpNetworkRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DeleteBgpNetworkRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public DeleteBgpNetworkRequest setRouterId(String routerId)
public String getRouterId()
Copyright © 2024. All rights reserved.