ipCidrRange = $ipCidrRange; } public function getIpCidrRange() { return $this->ipCidrRange; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNetwork($network) { $this->network = $network; } public function getNetwork() { return $this->network; } public function setOutsideAllocation($outsideAllocation) { $this->outsideAllocation = $outsideAllocation; } public function getOutsideAllocation() { return $this->outsideAllocation; } }