Skip to content

BgpNetworkProps

Properties for defining a BgpNetwork.

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

Initializer

import com.aliyun.ros.cdk.vpc.BgpNetworkProps;
BgpNetworkProps.builder()
    .dstCidrBlock(java.lang.String)
    .dstCidrBlock(IResolvable)
    .routerId(java.lang.String)
    .routerId(IResolvable)
    .build();

Properties

Name Type Description
dstCidrBlock java.lang.String OR com.aliyun.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 java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property routerId: The ID of the vRouter associated with the router interface.

dstCidrBlockRequired

public java.lang.Object getDstCidrBlock();
  • Type: java.lang.String OR com.aliyun.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 java.lang.Object getRouterId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

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