ipAllocation property

  1. @TagNumber(2)
String get ipAllocation

The IP range in CIDR notation to use for the managed Data Fusion instance nodes. This range must not overlap with any other ranges used in the customer network.

Implementation

@$pb.TagNumber(2)
$core.String get ipAllocation => $_getSZ(1);
  1. @TagNumber(2)
set ipAllocation (String v)

Implementation

@$pb.TagNumber(2)
set ipAllocation($core.String v) { $_setString(1, v); }