Skip to content

RouteEntryProps

Properties for defining a RouteEntry.

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

Initializer

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

Properties

Name Type Description
cenId string | @alicloud/ros-cdk-core.IResolvable Property cenId: The ID of the CEN instance where the route entry is published.
childInstanceId string | @alicloud/ros-cdk-core.IResolvable Property childInstanceId: The ID of the attached network (VPC or VBR).
childInstanceRegionId string | @alicloud/ros-cdk-core.IResolvable Property childInstanceRegionId: The ID of the region where the attached VBR or VPC is located.
childInstanceRouteTableId string | @alicloud/ros-cdk-core.IResolvable Property childInstanceRouteTableId: The route table of the attached VBR or VPC.
childInstanceType string | @alicloud/ros-cdk-core.IResolvable Property childInstanceType: The type of the network, value: VPC VBR.
destinationCidrBlock string | @alicloud/ros-cdk-core.IResolvable Property destinationCidrBlock: The destination CIDR block of the route entry to publish.

cenIdRequired

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

Property cenId: The ID of the CEN instance where the route entry is published.


childInstanceIdRequired

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

Property childInstanceId: The ID of the attached network (VPC or VBR).


childInstanceRegionIdRequired

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

Property childInstanceRegionId: The ID of the region where the attached VBR or VPC is located.


childInstanceRouteTableIdRequired

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

Property childInstanceRouteTableId: The route table of the attached VBR or VPC.


childInstanceTypeRequired

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

Property childInstanceType: The type of the network, value: VPC VBR.


destinationCidrBlockRequired

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

Property destinationCidrBlock: The destination CIDR block of the route entry to publish.