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. |
BgpGroupId
Required
BgpGroupId interface{}
- Type: interface{}
Property bgpGroupId: The ID of the BGP group.
EnableBfd
Optional
EnableBfd interface{}
- Type: interface{}
Property enableBfd: Specifies whether to enable the Bidirectional Forwarding Detection (BFD) feature.
Valid values: true: enables BFD. false: disables BFD.
PeerIpAddress
Optional
PeerIpAddress interface{}
- Type: interface{}
Property peerIpAddress: The IP address of the BGP peer.