Skip to content

PeerVpcCidrTableListRouteEntryListProperty

Initializer

import com.aliyun.ros.cdk.cloudfw.RosVpcFirewallConfigure.PeerVpcCidrTableListRouteEntryListProperty;
PeerVpcCidrTableListRouteEntryListProperty.builder()
    .destinationCidr(java.lang.String)
    .destinationCidr(IResolvable)
//  .nextHopInstanceId(java.lang.String)
//  .nextHopInstanceId(IResolvable)
    .build();

Properties

Name Type Description
destinationCidr java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
nextHopInstanceId java.lang.String 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.lang.String OR com.aliyun.ros.cdk.core.IResolvable