nodeIp = $nodeIp; } /** * @return string */ public function getNodeIp() { return $this->nodeIp; } /** * @param int */ public function setPodCount($podCount) { $this->podCount = $podCount; } /** * @return int */ public function getPodCount() { return $this->podCount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(BareMetalAdminDrainingMachine::class, 'Google_Service_GKEOnPrem_BareMetalAdminDrainingMachine');