Skip to content

RosBgpNetworkProps

Properties for defining a RosBgpNetwork.

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

Initializer

import com.aliyun.ros.cdk.vpc.RosBgpNetworkProps;
RosBgpNetworkProps.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 No description.
routerId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.

dstCidrBlockRequired

public java.lang.Object getDstCidrBlock();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

routerIdRequired

public java.lang.Object getRouterId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable