Skip to content

BgpPeersProps

Properties for defining a BgpPeers.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-vpc-bgppeers

Initializer

import { datasource } from '@alicloud/ros-cdk-vpc'
const bgpPeersProps: datasource.BgpPeersProps = { ... }

Properties

Name Type Description
bgpGroupId string | @alicloud/ros-cdk-core.IResolvable Property bgpGroupId: The ID of the BGP group to which the BGP peer that you want to query belongs.
bgpPeerId string | @alicloud/ros-cdk-core.IResolvable Property bgpPeerId: The ID of the BGP peer that you want to query.
refreshOptions string | @alicloud/ros-cdk-core.IResolvable Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
routerId string | @alicloud/ros-cdk-core.IResolvable Property routerId: The ID of the virtual border router (VBR) that is associated with the BGP peer that you want to query.

bgpGroupIdOptional

public readonly bgpGroupId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property bgpGroupId: The ID of the BGP group to which the BGP peer that you want to query belongs.


bgpPeerIdOptional

public readonly bgpPeerId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property bgpPeerId: The ID of the BGP peer that you want to query.


refreshOptionsOptional

public readonly refreshOptions: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

Valid values: - Never: Never refresh the datasource resource when the stack is updated. - Always: Always refresh the datasource resource when the stack is updated. Default is Never.


routerIdOptional

public readonly routerId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property routerId: The ID of the virtual border router (VBR) that is associated with the BGP peer that you want to query.