public class DeleteBgpPeerRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
bgpPeerId
The ID of the BGP peer.
|
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 BGP group.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
DeleteBgpPeerRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DeleteBgpPeerRequest |
build(Map<String,?> map) |
String |
getBgpPeerId() |
String |
getClientToken() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
DeleteBgpPeerRequest |
setBgpPeerId(String bgpPeerId) |
DeleteBgpPeerRequest |
setClientToken(String clientToken) |
DeleteBgpPeerRequest |
setOwnerAccount(String ownerAccount) |
DeleteBgpPeerRequest |
setOwnerId(Long ownerId) |
DeleteBgpPeerRequest |
setRegionId(String regionId) |
DeleteBgpPeerRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
DeleteBgpPeerRequest |
setResourceOwnerId(Long resourceOwnerId) |
@NameInMap(value="BgpPeerId") public String bgpPeerId
The ID of the BGP peer.
This parameter is required.
example:bgp-wz977wcrmb69a********
@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="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-shanghai
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public static DeleteBgpPeerRequest build(Map<String,?> map) throws Exception
Exception
public DeleteBgpPeerRequest setBgpPeerId(String bgpPeerId)
public String getBgpPeerId()
public DeleteBgpPeerRequest setClientToken(String clientToken)
public String getClientToken()
public DeleteBgpPeerRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DeleteBgpPeerRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DeleteBgpPeerRequest setRegionId(String regionId)
public String getRegionId()
public DeleteBgpPeerRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DeleteBgpPeerRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.