BgpPeersProps
Properties for defining a BgpPeers
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-vpc-bgppeers
Initializer
from ros_cdk_vpc import datasource
datasource.BgpPeersProps(
bgp_group_id: typing.Union[str, IResolvable] = None,
bgp_peer_id: typing.Union[str, IResolvable] = None,
refresh_options: typing.Union[str, IResolvable] = None,
router_id: typing.Union[str, IResolvable] = None
)
Properties
Name | Type | Description |
---|---|---|
bgp_group_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property bgpGroupId: The ID of the BGP group to which the BGP peer that you want to query belongs. |
bgp_peer_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property bgpPeerId: The ID of the BGP peer that you want to query. |
refresh_options |
typing.Union[str, ros_cdk_core.IResolvable] |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
router_id |
typing.Union[str, 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. |
bgp_group_id
Optional
bgp_group_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property bgpGroupId: The ID of the BGP group to which the BGP peer that you want to query belongs.
bgp_peer_id
Optional
bgp_peer_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property bgpPeerId: The ID of the BGP peer that you want to query.
refresh_options
Optional
refresh_options: typing.Union[str, IResolvable]
- Type: typing.Union[str, 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.
router_id
Optional
router_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, 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.