Skip to content

PeerVpcCidrTableListProperty

Initializer

import com.aliyun.ros.cdk.cloudfw.RosVpcFirewallConfigure.PeerVpcCidrTableListProperty;
PeerVpcCidrTableListProperty.builder()
    .routeTableId(java.lang.String)
    .routeTableId(IResolvable)
//  .routeEntryList(IResolvable)
//  .routeEntryList(java.util.List<IResolvable)
//  .routeEntryList(PeerVpcCidrTableListRouteEntryListProperty>)
    .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.ListPeerVpcCidrTableListRouteEntryListProperty> 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.ListPeerVpcCidrTableListRouteEntryListProperty>