BgpPeer
This class encapsulates and extends the ROS resource type DATASOURCE::VPC::BgpPeer
.
Initializers
from ros_cdk_vpc import datasource
datasource.BgpPeer(
scope: Construct,
id: str,
bgp_peer_id: typing.Union[str, IResolvable] = None,
refresh_options: typing.Union[str, IResolvable] = None,
enable_resource_property_constraint: bool = None
)
Name | Type | Description |
---|---|---|
scope |
ros_cdk_core.Construct |
No description. |
id |
str |
No description. |
bgp_peer_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property bgpPeerId: The ID of the BGP peer. |
refresh_options |
typing.Union[str, ros_cdk_core.IResolvable] |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
enable_resource_property_constraint |
bool |
No description. |
scope
Required
- Type: ros_cdk_core.Construct
id
Required
- Type: str
bgp_peer_id
Optional
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property bgpPeerId: The ID of the BGP peer.
refresh_options
Optional
- 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.
enable_resource_property_constraint
Optional
- Type: bool
Methods
Name | Description |
---|---|
to_string |
Returns a string representation of this construct. |
synthesize |
Allows this construct to emit artifacts into the cloud assembly during synthesis. |
add_condition |
No description. |
add_count |
No description. |
add_dependency |
No description. |
add_resource_desc |
No description. |
apply_removal_policy |
No description. |
get_att |
No description. |
set_metadata |
No description. |
to_string
def to_string() -> str
Returns a string representation of this construct.
synthesize
def synthesize(
session: ISynthesisSession
) -> None
Allows this construct to emit artifacts into the cloud assembly during synthesis.
This method is usually implemented by framework-level constructs such as Stack
and Asset
as they participate in synthesizing the cloud assembly.
- Type: ros_cdk_core.ISynthesisSession
The synthesis session.
add_condition
def add_condition(
condition: RosCondition
) -> None
- Type: ros_cdk_core.RosCondition
add_count
def add_count(
count: typing.Union[typing.Union[int, float], IResolvable]
) -> None
- Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]
add_dependency
def add_dependency(
resource: Resource
) -> None
- Type: ros_cdk_core.Resource
add_resource_desc
def add_resource_desc(
desc: str
) -> None
- Type: str
apply_removal_policy
def apply_removal_policy(
policy: RemovalPolicy
) -> None
- Type: ros_cdk_core.RemovalPolicy
get_att
def get_att(
name: str
) -> IResolvable
- Type: str
set_metadata
def set_metadata(
key: str,
value: typing.Any
) -> None
- Type: str
- Type: typing.Any
Static Functions
Name | Description |
---|---|
is_construct |
Return whether the given object is a Construct. |
is_construct
from ros_cdk_vpc import datasource
datasource.BgpPeer.is_construct(
x: typing.Any
)
Return whether the given object is a Construct.
- Type: typing.Any
Properties
Name | Type | Description |
---|---|---|
node |
ros_cdk_core.ConstructNode |
The construct tree node associated with this construct. |
ref |
str |
No description. |
stack |
ros_cdk_core.Stack |
The stack in which this resource is defined. |
resource |
ros_cdk_core.RosResource |
No description. |
attr_advertised_route_count |
ros_cdk_core.IResolvable |
Attribute AdvertisedRouteCount: The number of advertised routes. |
attr_auth_key |
ros_cdk_core.IResolvable |
Attribute AuthKey: The authentication key of the BGP group. |
attr_bfd_multi_hop |
ros_cdk_core.IResolvable |
Attribute BfdMultiHop: The Bidirectional Forwarding Detection (BFD) hop count. |
attr_bgp_group_id |
ros_cdk_core.IResolvable |
Attribute BgpGroupId: The ID of the BGP group. |
attr_bgp_peer_id |
ros_cdk_core.IResolvable |
Attribute BgpPeerId: The ID of the BGP peer. |
attr_bgp_status |
ros_cdk_core.IResolvable |
Attribute BgpStatus: The status of the BGP connection. |
attr_description |
ros_cdk_core.IResolvable |
Attribute Description: The description of the BGP group. |
attr_enable_bfd |
ros_cdk_core.IResolvable |
Attribute EnableBfd: Indicates whether BFD is enabled. |
attr_gmt_modified |
ros_cdk_core.IResolvable |
Attribute GmtModified: The time when the BGP peer is modified. |
attr_hold |
ros_cdk_core.IResolvable |
Attribute Hold: The hold time. |
attr_ip_version |
ros_cdk_core.IResolvable |
Attribute IpVersion: The version of the IP address. |
attr_is_fake |
ros_cdk_core.IResolvable |
Attribute IsFake: Indicates whether a fake autonomous system number (ASN) is used. |
attr_keepalive |
ros_cdk_core.IResolvable |
Attribute Keepalive: The Keepalive interval. |
attr_local_asn |
ros_cdk_core.IResolvable |
Attribute LocalAsn: The ASN of the device on the Alibaba Cloud side. |
attr_name |
ros_cdk_core.IResolvable |
Attribute Name: The name of the BGP peer. |
attr_peer_asn |
ros_cdk_core.IResolvable |
Attribute PeerAsn: The autonomous system number (ASN)of the BGP peer. |
attr_peer_ip_address |
ros_cdk_core.IResolvable |
Attribute PeerIpAddress: The IP address of the BGP peer. |
attr_received_route_count |
ros_cdk_core.IResolvable |
Attribute ReceivedRouteCount: The number of received routes. |
attr_route_limit |
ros_cdk_core.IResolvable |
Attribute RouteLimit: The maximum number of routes. |
attr_router_id |
ros_cdk_core.IResolvable |
Attribute RouterId: The Router ID. |
attr_status |
ros_cdk_core.IResolvable |
Attribute Status: The status of the BGP peer. |
node
Required
node: ConstructNode
- Type: ros_cdk_core.ConstructNode
The construct tree node associated with this construct.
ref
Required
ref: str
- Type: str
stack
Required
stack: Stack
- Type: ros_cdk_core.Stack
The stack in which this resource is defined.
resource
Optional
resource: RosResource
- Type: ros_cdk_core.RosResource
attr_advertised_route_count
Required
attr_advertised_route_count: IResolvable
- Type: ros_cdk_core.IResolvable
Attribute AdvertisedRouteCount: The number of advertised routes.
attr_auth_key
Required
attr_auth_key: IResolvable
- Type: ros_cdk_core.IResolvable
Attribute AuthKey: The authentication key of the BGP group.
attr_bfd_multi_hop
Required
attr_bfd_multi_hop: IResolvable
- Type: ros_cdk_core.IResolvable
Attribute BfdMultiHop: The Bidirectional Forwarding Detection (BFD) hop count.
attr_bgp_group_id
Required
attr_bgp_group_id: IResolvable
- Type: ros_cdk_core.IResolvable
Attribute BgpGroupId: The ID of the BGP group.
attr_bgp_peer_id
Required
attr_bgp_peer_id: IResolvable
- Type: ros_cdk_core.IResolvable
Attribute BgpPeerId: The ID of the BGP peer.
attr_bgp_status
Required
attr_bgp_status: IResolvable
- Type: ros_cdk_core.IResolvable
Attribute BgpStatus: The status of the BGP connection.
Valid values: Idle: The BGP connection is not used. Connect: The BGP connection is used. Active: The BGP connection is available. Established: The BGP connection is established. Down: The BGP connection is unavailable.
attr_description
Required
attr_description: IResolvable
- Type: ros_cdk_core.IResolvable
Attribute Description: The description of the BGP group.
attr_enable_bfd
Required
attr_enable_bfd: IResolvable
- Type: ros_cdk_core.IResolvable
Attribute EnableBfd: Indicates whether BFD is enabled.
Valid values: false true
attr_gmt_modified
Required
attr_gmt_modified: IResolvable
- Type: ros_cdk_core.IResolvable
Attribute GmtModified: The time when the BGP peer is modified.
attr_hold
Required
attr_hold: IResolvable
- Type: ros_cdk_core.IResolvable
Attribute Hold: The hold time.
attr_ip_version
Required
attr_ip_version: IResolvable
- Type: ros_cdk_core.IResolvable
Attribute IpVersion: The version of the IP address.
attr_is_fake
Required
attr_is_fake: IResolvable
- Type: ros_cdk_core.IResolvable
Attribute IsFake: Indicates whether a fake autonomous system number (ASN) is used.
Valid values: false true
attr_keepalive
Required
attr_keepalive: IResolvable
- Type: ros_cdk_core.IResolvable
Attribute Keepalive: The Keepalive interval.
attr_local_asn
Required
attr_local_asn: IResolvable
- Type: ros_cdk_core.IResolvable
Attribute LocalAsn: The ASN of the device on the Alibaba Cloud side.
attr_name
Required
attr_name: IResolvable
- Type: ros_cdk_core.IResolvable
Attribute Name: The name of the BGP peer.
attr_peer_asn
Required
attr_peer_asn: IResolvable
- Type: ros_cdk_core.IResolvable
Attribute PeerAsn: The autonomous system number (ASN)of the BGP peer.
attr_peer_ip_address
Required
attr_peer_ip_address: IResolvable
- Type: ros_cdk_core.IResolvable
Attribute PeerIpAddress: The IP address of the BGP peer.
attr_received_route_count
Required
attr_received_route_count: IResolvable
- Type: ros_cdk_core.IResolvable
Attribute ReceivedRouteCount: The number of received routes.
attr_route_limit
Required
attr_route_limit: IResolvable
- Type: ros_cdk_core.IResolvable
Attribute RouteLimit: The maximum number of routes.
attr_router_id
Required
attr_router_id: IResolvable
- Type: ros_cdk_core.IResolvable
Attribute RouterId: The Router ID.
attr_status
Required
attr_status: IResolvable
- Type: ros_cdk_core.IResolvable
Attribute Status: The status of the BGP peer.
Valid values: Pending Available Modifying Deleting Deleted