Skip to content

BgpPeer

  • Implements: ros_cdk_vpc.datasource.IBgpPeer

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.

scopeRequired

  • Type: ros_cdk_core.Construct

idRequired

  • Type: str

bgp_peer_idOptional

  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property bgpPeerId: The ID of the BGP peer.


refresh_optionsOptional

  • 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_constraintOptional

  • 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.
fetch_condition No description.
fetch_dependency No description.
fetch_resource_desc 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.

sessionRequired

  • Type: ros_cdk_core.ISynthesisSession

The synthesis session.


add_condition

def add_condition(
  condition: RosCondition
) -> None

conditionRequired

  • Type: ros_cdk_core.RosCondition

add_count

def add_count(
  count: typing.Union[typing.Union[int, float], IResolvable]
) -> None

countRequired

  • Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]

add_dependency

def add_dependency(
  resource: Resource
) -> None

resourceRequired

  • Type: ros_cdk_core.Resource

add_resource_desc

def add_resource_desc(
  desc: str
) -> None

descRequired

  • Type: str

apply_removal_policy

def apply_removal_policy(
  policy: RemovalPolicy
) -> None

policyRequired

  • Type: ros_cdk_core.RemovalPolicy

fetch_condition

def fetch_condition() -> RosCondition

fetch_dependency

def fetch_dependency() -> typing.List[str]

fetch_resource_desc

def fetch_resource_desc() -> str

get_att

def get_att(
  name: str
) -> IResolvable

nameRequired

  • Type: str

set_metadata

def set_metadata(
  key: str,
  value: typing.Any
) -> None

keyRequired

  • Type: str

valueRequired

  • 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.

xRequired

  • Type: typing.Any

Properties

Name Type Description
node ros_cdk_core.ConstructNode The construct tree node associated with this construct.
env ros_cdk_core.IResourceEnvironment The environment this resource belongs to.
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 typing.Union[str, ros_cdk_core.IResolvable] Attribute AdvertisedRouteCount: The number of advertised routes.
attr_auth_key typing.Union[str, ros_cdk_core.IResolvable] Attribute AuthKey: The authentication key of the BGP group.
attr_bfd_multi_hop typing.Union[str, ros_cdk_core.IResolvable] Attribute BfdMultiHop: The Bidirectional Forwarding Detection (BFD) hop count.
attr_bgp_group_id typing.Union[str, ros_cdk_core.IResolvable] Attribute BgpGroupId: The ID of the BGP group.
attr_bgp_peer_id typing.Union[str, ros_cdk_core.IResolvable] Attribute BgpPeerId: The ID of the BGP peer.
attr_bgp_status typing.Union[str, ros_cdk_core.IResolvable] Attribute BgpStatus: The status of the BGP connection.
attr_description typing.Union[str, ros_cdk_core.IResolvable] Attribute Description: The description of the BGP group.
attr_enable_bfd typing.Union[str, ros_cdk_core.IResolvable] Attribute EnableBfd: Indicates whether BFD is enabled.
attr_gmt_modified typing.Union[str, ros_cdk_core.IResolvable] Attribute GmtModified: The time when the BGP peer is modified.
attr_hold typing.Union[str, ros_cdk_core.IResolvable] Attribute Hold: The hold time.
attr_ip_version typing.Union[str, ros_cdk_core.IResolvable] Attribute IpVersion: The version of the IP address.
attr_is_fake typing.Union[str, ros_cdk_core.IResolvable] Attribute IsFake: Indicates whether a fake autonomous system number (ASN) is used.
attr_keepalive typing.Union[str, ros_cdk_core.IResolvable] Attribute Keepalive: The Keepalive interval.
attr_local_asn typing.Union[str, ros_cdk_core.IResolvable] Attribute LocalAsn: The ASN of the device on the Alibaba Cloud side.
attr_name typing.Union[str, ros_cdk_core.IResolvable] Attribute Name: The name of the BGP peer.
attr_peer_asn typing.Union[str, ros_cdk_core.IResolvable] Attribute PeerAsn: The autonomous system number (ASN)of the BGP peer.
attr_peer_ip_address typing.Union[str, ros_cdk_core.IResolvable] Attribute PeerIpAddress: The IP address of the BGP peer.
attr_received_route_count typing.Union[str, ros_cdk_core.IResolvable] Attribute ReceivedRouteCount: The number of received routes.
attr_route_limit typing.Union[str, ros_cdk_core.IResolvable] Attribute RouteLimit: The maximum number of routes.
attr_router_id typing.Union[str, ros_cdk_core.IResolvable] Attribute RouterId: The Router ID.
attr_status typing.Union[str, ros_cdk_core.IResolvable] Attribute Status: The status of the BGP peer.
props BgpPeerProps No description.

nodeRequired

node: ConstructNode
  • Type: ros_cdk_core.ConstructNode

The construct tree node associated with this construct.


envRequired

env: IResourceEnvironment
  • Type: ros_cdk_core.IResourceEnvironment

The environment this resource belongs to.

For resources that are created and managed by the CDK (generally, those created by creating new class instances like Role, Bucket, etc.), this is always the same as the environment of the stack they belong to; however, for imported resources (those obtained from static methods like fromRoleArn, fromBucketName, etc.), that might be different than the stack they were imported into.


refRequired

ref: str
  • Type: str

stackRequired

stack: Stack
  • Type: ros_cdk_core.Stack

The stack in which this resource is defined.


resourceOptional

resource: RosResource
  • Type: ros_cdk_core.RosResource

attr_advertised_route_countRequired

attr_advertised_route_count: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Attribute AdvertisedRouteCount: The number of advertised routes.


attr_auth_keyRequired

attr_auth_key: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Attribute AuthKey: The authentication key of the BGP group.


attr_bfd_multi_hopRequired

attr_bfd_multi_hop: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Attribute BfdMultiHop: The Bidirectional Forwarding Detection (BFD) hop count.


attr_bgp_group_idRequired

attr_bgp_group_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Attribute BgpGroupId: The ID of the BGP group.


attr_bgp_peer_idRequired

attr_bgp_peer_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Attribute BgpPeerId: The ID of the BGP peer.


attr_bgp_statusRequired

attr_bgp_status: typing.Union[str, IResolvable]
  • Type: typing.Union[str, 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_descriptionRequired

attr_description: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Attribute Description: The description of the BGP group.


attr_enable_bfdRequired

attr_enable_bfd: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Attribute EnableBfd: Indicates whether BFD is enabled.

Valid values: false true


attr_gmt_modifiedRequired

attr_gmt_modified: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Attribute GmtModified: The time when the BGP peer is modified.


attr_holdRequired

attr_hold: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Attribute Hold: The hold time.


attr_ip_versionRequired

attr_ip_version: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Attribute IpVersion: The version of the IP address.


attr_is_fakeRequired

attr_is_fake: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Attribute IsFake: Indicates whether a fake autonomous system number (ASN) is used.

Valid values: false true


attr_keepaliveRequired

attr_keepalive: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Attribute Keepalive: The Keepalive interval.


attr_local_asnRequired

attr_local_asn: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Attribute LocalAsn: The ASN of the device on the Alibaba Cloud side.


attr_nameRequired

attr_name: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Attribute Name: The name of the BGP peer.


attr_peer_asnRequired

attr_peer_asn: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Attribute PeerAsn: The autonomous system number (ASN)of the BGP peer.


attr_peer_ip_addressRequired

attr_peer_ip_address: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Attribute PeerIpAddress: The IP address of the BGP peer.


attr_received_route_countRequired

attr_received_route_count: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Attribute ReceivedRouteCount: The number of received routes.


attr_route_limitRequired

attr_route_limit: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Attribute RouteLimit: The maximum number of routes.


attr_router_idRequired

attr_router_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Attribute RouterId: The Router ID.


attr_statusRequired

attr_status: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Attribute Status: The status of the BGP peer.

Valid values: Pending Available Modifying Deleting Deleted


propsRequired

props: BgpPeerProps