ipAllocation = $ipAllocation; } public function getIpAllocation() { return $this->ipAllocation; } public function setNetwork($network) { $this->network = $network; } public function getNetwork() { return $this->network; } }