Skip to content

BgpNetworkProps

Properties for defining a BgpNetwork.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-bgpnetwork

Initializer

import { BgpNetworkProps } from '@alicloud/ros-cdk-vpc'
const bgpNetworkProps: BgpNetworkProps = { ... }

Properties

Name Type Description
dstCidrBlock string | @alicloud/ros-cdk-core.IResolvable Property dstCidrBlock: The CIDR block of the virtual private cloud (VPC) or vSwitch that you want to connect to a data center.
routerId string | @alicloud/ros-cdk-core.IResolvable Property routerId: The ID of the vRouter associated with the router interface.

dstCidrBlockRequired

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

Property dstCidrBlock: The CIDR block of the virtual private cloud (VPC) or vSwitch that you want to connect to a data center.


routerIdRequired

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

Property routerId: The ID of the vRouter associated with the router interface.