Skip to content

TransitRouterVpnAttachmentProps

Properties for defining a TransitRouterVpnAttachment.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cen-transitroutervpnattachment

Initializer

import ros_cdk_cen
ros_cdk_cen.TransitRouterVpnAttachmentProps(
  vpn_id: typing.Union[str, IResolvable],
  zone_id: typing.Union[str, IResolvable],
  auto_publish_route_enabled: typing.Union[bool, IResolvable] = None,
  cen_id: typing.Union[str, IResolvable] = None,
  deletion_force: typing.Union[bool, IResolvable] = None,
  route_table_association_enabled: typing.Union[bool, IResolvable] = None,
  route_table_propagation_enabled: typing.Union[bool, IResolvable] = None,
  tags: typing.List[TagsProperty] = None,
  transit_router_attachment_description: typing.Union[str, IResolvable] = None,
  transit_router_attachment_name: typing.Union[str, IResolvable] = None,
  transit_router_id: typing.Union[str, IResolvable] = None,
  vpn_owner_id: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
vpn_id typing.Union[str, ros_cdk_core.IResolvable] Property vpnId: IPsec connection ID.
zone_id typing.Union[str, ros_cdk_core.IResolvable] Property zoneId: Availability zone ID in the current region.
auto_publish_route_enabled typing.Union[bool, ros_cdk_core.IResolvable] Property autoPublishRouteEnabled: Whether to allow forwarding router instances to automatically publish route entries to IPsec connections.
cen_id typing.Union[str, ros_cdk_core.IResolvable] Property cenId: The ID of the CEN instance.
deletion_force typing.Union[bool, ros_cdk_core.IResolvable] Property deletionForce: Whether to forcefully delete the VPN connection.
route_table_association_enabled typing.Union[bool, ros_cdk_core.IResolvable] Property routeTableAssociationEnabled: Whether to enable route association and forwarding relationship.
route_table_propagation_enabled typing.Union[bool, ros_cdk_core.IResolvable] Property routeTablePropagationEnabled: Whether to enable route learning relationships.
tags typing.List[TagsProperty] Property tags: Tags to attach to TransitRouterVpnAttachment.
transit_router_attachment_description typing.Union[str, ros_cdk_core.IResolvable] Property transitRouterAttachmentDescription: Description of the VPN connection.
transit_router_attachment_name typing.Union[str, ros_cdk_core.IResolvable] Property transitRouterAttachmentName: The name of the VPN connection.
transit_router_id typing.Union[str, ros_cdk_core.IResolvable] Property transitRouterId: Forwarding router instance ID.
vpn_owner_id typing.Union[str, ros_cdk_core.IResolvable] Property vpnOwnerId: Alibaba Cloud account (main account) ID to which the IPsec connection belongs.

vpn_idRequired

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

Property vpnId: IPsec connection ID.


zone_idRequired

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

Property zoneId: Availability zone ID in the current region.


auto_publish_route_enabledOptional

auto_publish_route_enabled: typing.Union[bool, IResolvable]
  • Type: typing.Union[bool, ros_cdk_core.IResolvable]

Property autoPublishRouteEnabled: Whether to allow forwarding router instances to automatically publish route entries to IPsec connections.

Default is true.


cen_idOptional

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

Property cenId: The ID of the CEN instance.


deletion_forceOptional

deletion_force: typing.Union[bool, IResolvable]
  • Type: typing.Union[bool, ros_cdk_core.IResolvable]

Property deletionForce: Whether to forcefully delete the VPN connection.


route_table_association_enabledOptional

route_table_association_enabled: typing.Union[bool, IResolvable]
  • Type: typing.Union[bool, ros_cdk_core.IResolvable]

Property routeTableAssociationEnabled: Whether to enable route association and forwarding relationship.


route_table_propagation_enabledOptional

route_table_propagation_enabled: typing.Union[bool, IResolvable]
  • Type: typing.Union[bool, ros_cdk_core.IResolvable]

Property routeTablePropagationEnabled: Whether to enable route learning relationships.


tagsOptional

tags: typing.List[TagsProperty]

Property tags: Tags to attach to TransitRouterVpnAttachment.

Max support 20 tags to add during create TransitRouterVpnAttachment. Each tag with two properties Key and Value, and Key is required.


transit_router_attachment_descriptionOptional

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

Property transitRouterAttachmentDescription: Description of the VPN connection.


transit_router_attachment_nameOptional

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

Property transitRouterAttachmentName: The name of the VPN connection.


transit_router_idOptional

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

Property transitRouterId: Forwarding router instance ID.


vpn_owner_idOptional

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

Property vpnOwnerId: Alibaba Cloud account (main account) ID to which the IPsec connection belongs.