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. |
dstCidrBlock
Required
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.
routerId
Required
public readonly routerId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property routerId: The ID of the vRouter associated with the router interface.