Skip to content

RouteEntryListProperty

Initializer

import com.aliyun.ros.cdk.cloudfw.RosVpcFirewallConfigure.RouteEntryListProperty;
RouteEntryListProperty.builder()
    .destinationCidr(java.lang.String)
    .destinationCidr(IResolvable)
//  .nextHopInstanceId(java.util.List<java.lang.Object>)
//  .nextHopInstanceId(IResolvable)
    .build();

Properties

Name Type Description
destinationCidr java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
nextHopInstanceId java.util.List OR com.aliyun.ros.cdk.core.IResolvable No description.

destinationCidrRequired

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

nextHopInstanceIdOptional

public java.lang.Object getNextHopInstanceId();
  • Type: java.util.List OR com.aliyun.ros.cdk.core.IResolvable