Skip to content

BgpNetworkProps

Properties for defining a BgpNetwork.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc"
&alicloudroscdkvpc.BgpNetworkProps {
    DstCidrBlock: interface{},
    RouterId: interface{},
}

Properties

Name Type Description
DstCidrBlock interface{} Property dstCidrBlock: The CIDR block of the virtual private cloud (VPC) or vSwitch that you want to connect to a data center.
RouterId interface{} Property routerId: The ID of the vRouter associated with the router interface.

DstCidrBlockRequired

DstCidrBlock interface{}
  • Type: interface{}

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


RouterIdRequired

RouterId interface{}
  • Type: interface{}

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