Skip to content

LocalVpcCidrTableListProperty

Initializer

import com.aliyun.ros.cdk.cloudfw.RosVpcFirewallConfigure.LocalVpcCidrTableListProperty;
LocalVpcCidrTableListProperty.builder()
    .routeTableId(java.lang.String)
    .routeTableId(IResolvable)
//  .routeEntryList(IResolvable)
//  .routeEntryList(java.util.List<IResolvable)
//  .routeEntryList(RouteEntryListProperty>)
    .build();

Properties

Name Type Description
routeTableId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
routeEntryList com.aliyun.ros.cdk.core.IResolvable OR java.util.ListRouteEntryListProperty> No description.

routeTableIdRequired

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

routeEntryListOptional

public java.lang.Object getRouteEntryList();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.ListRouteEntryListProperty>