Skip to content

BgpPeerProps

Properties for defining a BgpPeer.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-bgppeer

Initializer

import com.aliyun.ros.cdk.vpc.BgpPeerProps;
BgpPeerProps.builder()
    .bgpGroupId(java.lang.String)
    .bgpGroupId(IResolvable)
//  .enableBfd(java.lang.Boolean)
//  .enableBfd(IResolvable)
//  .peerIpAddress(java.lang.String)
//  .peerIpAddress(IResolvable)
    .build();

Properties

Name Type Description
bgpGroupId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property bgpGroupId: The ID of the BGP group.
enableBfd java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable Property enableBfd: Specifies whether to enable the Bidirectional Forwarding Detection (BFD) feature.
peerIpAddress java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property peerIpAddress: The IP address of the BGP peer.

bgpGroupIdRequired

public java.lang.Object getBgpGroupId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property bgpGroupId: The ID of the BGP group.


enableBfdOptional

public java.lang.Object getEnableBfd();
  • Type: java.lang.Boolean OR com.aliyun.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 java.lang.Object getPeerIpAddress();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property peerIpAddress: The IP address of the BGP peer.