nodes = $nodes; } /** * @return string[] */ public function getNodes() { return $this->nodes; } /** * @param string */ public function setWitnessServer($witnessServer) { $this->witnessServer = $witnessServer; } /** * @return string */ public function getWitnessServer() { return $this->witnessServer; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Cluster::class, 'Google_Service_WorkloadManager_Cluster');