Skip to content

BgpPeersProps

Properties for defining a BgpPeers.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc/datasource"
&datasource.BgpPeersProps {
    BgpGroupId: interface{},
    BgpPeerId: interface{},
    RefreshOptions: interface{},
    RouterId: interface{},
}

Properties

Name Type Description
BgpGroupId interface{} Property bgpGroupId: The ID of the BGP group to which the BGP peer that you want to query belongs.
BgpPeerId interface{} Property bgpPeerId: The ID of the BGP peer that you want to query.
RefreshOptions interface{} Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
RouterId interface{} Property routerId: The ID of the virtual border router (VBR) that is associated with the BGP peer that you want to query.

BgpGroupIdOptional

BgpGroupId interface{}
  • Type: interface{}

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


BgpPeerIdOptional

BgpPeerId interface{}
  • Type: interface{}

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


RefreshOptionsOptional

RefreshOptions interface{}
  • Type: interface{}

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

RouterId interface{}
  • Type: interface{}

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