234235236237238239240
/** * Create a new {@link IPv4Range} aggregation with the given name. */ public static IPv4RangeBuilder ipRange(String name) { return new IPv4RangeBuilder(name); }