dedicated; } public function setDedicated(bool $dedicated): self { $this->dedicated = $dedicated; return $this; } public function getLocations(): array { return $this->locations; } public function setLocations(array $locations): self { $this->locations = $locations; return $this; } public function getPorts(): array { return $this->ports; } public function setPorts(array $ports): self { $this->ports = $ports; return $this; } }