public class ModifyBgpPeerAttributeRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Integer |
bfdMultiHop
The BFD hop count.
|
String |
bgpGroupId
The ID of the BGP group to which the BGP peer that you want to modify belongs.
|
String |
bgpPeerId
The ID of the BGP peer that you want to modify.
|
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
Boolean |
enableBfd
Specifies whether to enable the Bidirectional Forwarding Detection (BFD) feature.
|
String |
ownerAccount |
Long |
ownerId |
String |
peerIpAddress
The IP address of the BGP peer that you want to modify.
|
String |
regionId
The region ID of the BGP group to which the BGP peer that you want to modify belongs.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
ModifyBgpPeerAttributeRequest() |
@NameInMap(value="BfdMultiHop") public Integer bfdMultiHop
The BFD hop count. Valid values: 1 to 255.
This parameter is required only if you enable BFD. The parameter specifies the maximum number of network devices that a packet can traverse from the source to the destination. Set a value based on your network topology.
example:3
@NameInMap(value="BgpGroupId") public String bgpGroupId
The ID of the BGP group to which the BGP peer that you want to modify belongs.
example:bgpg-m5eo12jxuw2hc0uqq****
@NameInMap(value="BgpPeerId") public String bgpPeerId
The ID of the BGP peer that you want to modify.
This parameter is required.
example:bgp-m5eoyp2mwegk8ce9v****
@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 and cannot exceed 64 characters in length.
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="EnableBfd") public Boolean enableBfd
Specifies whether to enable the Bidirectional Forwarding Detection (BFD) feature. Valid values:
false
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="PeerIpAddress") public String peerIpAddress
The IP address of the BGP peer that you want to modify.
example:116.62.XX.XX
@NameInMap(value="RegionId") public String regionId
The region ID of the BGP group to which the BGP peer that you want to modify belongs.
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 ModifyBgpPeerAttributeRequest build(Map<String,?> map) throws Exception
Exception
public ModifyBgpPeerAttributeRequest setBfdMultiHop(Integer bfdMultiHop)
public Integer getBfdMultiHop()
public ModifyBgpPeerAttributeRequest setBgpGroupId(String bgpGroupId)
public String getBgpGroupId()
public ModifyBgpPeerAttributeRequest setBgpPeerId(String bgpPeerId)
public String getBgpPeerId()
public ModifyBgpPeerAttributeRequest setClientToken(String clientToken)
public String getClientToken()
public ModifyBgpPeerAttributeRequest setEnableBfd(Boolean enableBfd)
public Boolean getEnableBfd()
public ModifyBgpPeerAttributeRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public ModifyBgpPeerAttributeRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public ModifyBgpPeerAttributeRequest setPeerIpAddress(String peerIpAddress)
public String getPeerIpAddress()
public ModifyBgpPeerAttributeRequest setRegionId(String regionId)
public String getRegionId()
public ModifyBgpPeerAttributeRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public ModifyBgpPeerAttributeRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.