Skip to content

BgpPeersProps

Properties for defining a BgpPeers.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Vpc;
new BgpPeersProps {
    object BgpGroupId = null,
    object BgpPeerId = null,
    object RefreshOptions = null,
    object RouterId = null
};

Properties

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

BgpGroupIdOptional

public object BgpGroupId { get; set; }
  • Type: object

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


BgpPeerIdOptional

public object BgpPeerId { get; set; }
  • Type: object

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


RefreshOptionsOptional

public object RefreshOptions { get; set; }
  • Type: object

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 object RouterId { get; set; }
  • Type: object

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