core.Map<core.String, core.dynamic> toJson() { final allocatedIpRange = this.allocatedIpRange; final network = this.network; return {'allocatedIpRange': ?allocatedIpRange, 'network': ?network}; }