BgpPeerProps
Properties for defining a BgpPeer.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-bgppeer
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc"
&alicloudroscdkvpc.BgpPeerProps {
BgpGroupId: interface{},
EnableBfd: interface{},
PeerIpAddress: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
BgpGroupId |
interface{} |
Property bgpGroupId: The ID of the BGP group. |
EnableBfd |
interface{} |
Property enableBfd: Specifies whether to enable the Bidirectional Forwarding Detection (BFD) feature. |
PeerIpAddress |
interface{} |
Property peerIpAddress: The IP address of the BGP peer. |
BgpGroupIdRequired
BgpGroupId interface{}
- Type: interface{}
Property bgpGroupId: The ID of the BGP group.
EnableBfdOptional
EnableBfd interface{}
- Type: interface{}
Property enableBfd: Specifies whether to enable the Bidirectional Forwarding Detection (BFD) feature.
Valid values: true: enables BFD. false: disables BFD.
PeerIpAddressOptional
PeerIpAddress interface{}
- Type: interface{}
Property peerIpAddress: The IP address of the BGP peer.