BgpPeerProps
Properties for defining a BgpPeer.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-bgppeer
Initializer
import { BgpPeerProps } from '@alicloud/ros-cdk-vpc'
const bgpPeerProps: BgpPeerProps = { ... }
Properties
| Name | Type | Description | 
|---|---|---|
bgpGroupId | 
string | @alicloud/ros-cdk-core.IResolvable | 
Property bgpGroupId: The ID of the BGP group. | 
enableBfd | 
boolean | @alicloud/ros-cdk-core.IResolvable | 
Property enableBfd: Specifies whether to enable the Bidirectional Forwarding Detection (BFD) feature. | 
peerIpAddress | 
string | @alicloud/ros-cdk-core.IResolvable | 
Property peerIpAddress: The IP address of the BGP peer. | 
bgpGroupIdRequired 
public readonly bgpGroupId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
 
Property bgpGroupId: The ID of the BGP group.
enableBfdOptional 
public readonly enableBfd: boolean | IResolvable;
- Type: boolean | @alicloud/ros-cdk-core.IResolvable
 
Property enableBfd: Specifies whether to enable the Bidirectional Forwarding Detection (BFD) feature.
Valid values: true: enables BFD. false: disables BFD.
peerIpAddressOptional 
public readonly peerIpAddress: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
 
Property peerIpAddress: The IP address of the BGP peer.