ip = $ip; } public function getIp() { return $this->ip; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setPort($port) { $this->port = $port; } public function getPort() { return $this->port; } public function setPrincipal($principal) { $this->principal = $principal; } public function getPrincipal() { return $this->principal; } public function setRegionCode($regionCode) { $this->regionCode = $regionCode; } public function getRegionCode() { return $this->regionCode; } public function setService($service) { $this->service = $service; } public function getService() { return $this->service; } }