TransitRouterVbrAttachmentProps
Properties for defining a TransitRouterVbrAttachment
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cen-transitroutervbrattachment
Initializer
import ros_cdk_cen
ros_cdk_cen.TransitRouterVbrAttachmentProps(
vbr_id: typing.Union[str, IResolvable],
auto_publish_route_enabled: typing.Union[bool, IResolvable] = None,
cen_id: typing.Union[str, IResolvable] = 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,
vbr_owner_id: typing.Union[typing.Union[int, float], IResolvable] = None
)
Properties
Name | Type | Description |
---|---|---|
vbr_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property vbrId: VbrId. |
auto_publish_route_enabled |
typing.Union[bool, ros_cdk_core.IResolvable] |
Property autoPublishRouteEnabled: AutoPublishRouteEnabled. |
cen_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property cenId: CenId. |
transit_router_attachment_description |
typing.Union[str, ros_cdk_core.IResolvable] |
Property transitRouterAttachmentDescription: TransitRouterAttachmentDescription. |
transit_router_attachment_name |
typing.Union[str, ros_cdk_core.IResolvable] |
Property transitRouterAttachmentName: TransitRouterAttachmentName. |
transit_router_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property transitRouterId: TransitRouterId. |
vbr_owner_id |
typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] |
Property vbrOwnerId: VbrOwnerId. |
vbr_id
Required
vbr_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property vbrId: VbrId.
auto_publish_route_enabled
Optional
auto_publish_route_enabled: typing.Union[bool, IResolvable]
- Type: typing.Union[bool, ros_cdk_core.IResolvable]
Property autoPublishRouteEnabled: AutoPublishRouteEnabled.
cen_id
Optional
cen_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property cenId: CenId.
transit_router_attachment_description
Optional
transit_router_attachment_description: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property transitRouterAttachmentDescription: TransitRouterAttachmentDescription.
transit_router_attachment_name
Optional
transit_router_attachment_name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property transitRouterAttachmentName: TransitRouterAttachmentName.
transit_router_id
Optional
transit_router_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property transitRouterId: TransitRouterId.
vbr_owner_id
Optional
vbr_owner_id: typing.Union[typing.Union[int, float], IResolvable]
- Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]
Property vbrOwnerId: VbrOwnerId.