Skip to content

ChildInstanceRouteEntryToAttachmentProps

Properties for defining a ChildInstanceRouteEntryToAttachment.

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

Initializer

import { ChildInstanceRouteEntryToAttachmentProps } from '@alicloud/ros-cdk-cen'
const childInstanceRouteEntryToAttachmentProps: ChildInstanceRouteEntryToAttachmentProps = { ... }

Properties

Name Type Description
cenId string | @alicloud/ros-cdk-core.IResolvable Property cenId: The ID of the CEN instance.
destinationCidrBlock string | @alicloud/ros-cdk-core.IResolvable Property destinationCidrBlock: The destination CIDR block of the route.
routeTableId string | @alicloud/ros-cdk-core.IResolvable Property routeTableId: The ID of the route table configured on the network instance.
transitRouterAttachmentId string | @alicloud/ros-cdk-core.IResolvable Property transitRouterAttachmentId: The ID of the network instance connection.

cenIdRequired

public readonly cenId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property cenId: The ID of the CEN instance.


destinationCidrBlockRequired

public readonly destinationCidrBlock: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property destinationCidrBlock: The destination CIDR block of the route.


routeTableIdRequired

public readonly routeTableId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property routeTableId: The ID of the route table configured on the network instance.


transitRouterAttachmentIdRequired

public readonly transitRouterAttachmentId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property transitRouterAttachmentId: The ID of the network instance connection.