RosBgpPeerProps
Properties for defining a RosBgpPeer
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-bgppeer
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc"
&alicloudroscdkvpc.RosBgpPeerProps {
BgpGroupId: interface{},
EnableBfd: interface{},
PeerIpAddress: interface{},
}
Properties
Name | Type | Description |
---|---|---|
BgpGroupId |
interface{} |
No description. |
EnableBfd |
interface{} |
No description. |
PeerIpAddress |
interface{} |
No description. |
BgpGroupId
Required
BgpGroupId interface{}
- Type: interface{}
EnableBfd
Optional
EnableBfd interface{}
- Type: interface{}
PeerIpAddress
Optional
PeerIpAddress interface{}
- Type: interface{}