BgpNetworkProps
Properties for defining a BgpNetwork
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-bgpnetwork
Initializer
using AlibabaCloud.SDK.ROS.CDK.Vpc;
new BgpNetworkProps {
object DstCidrBlock,
object RouterId
};
Properties
Name | Type | Description |
---|---|---|
DstCidrBlock |
object |
Property dstCidrBlock: The CIDR block of the virtual private cloud (VPC) or vSwitch that you want to connect to a data center. |
RouterId |
object |
Property routerId: The ID of the vRouter associated with the router interface. |
DstCidrBlock
Required
public object DstCidrBlock { get; set; }
- Type: object
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 object RouterId { get; set; }
- Type: object
Property routerId: The ID of the vRouter associated with the router interface.