displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setGcpZone($gcpZone) { $this->gcpZone = $gcpZone; } public function getGcpZone() { return $this->gcpZone; } 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 setPeerProjectId($peerProjectId) { $this->peerProjectId = $peerProjectId; } public function getPeerProjectId() { return $this->peerProjectId; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } }