customCoreCount = $customCoreCount; } /** * @return string */ public function getCustomCoreCount() { return $this->customCoreCount; } /** * @param string */ public function setFqdn($fqdn) { $this->fqdn = $fqdn; } /** * @return string */ public function getFqdn() { return $this->fqdn; } /** * @param string */ public function setInternalIp($internalIp) { $this->internalIp = $internalIp; } /** * @return string */ public function getInternalIp() { return $this->internalIp; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setNodeTypeId($nodeTypeId) { $this->nodeTypeId = $nodeTypeId; } /** * @return string */ public function getNodeTypeId() { return $this->nodeTypeId; } /** * @param string */ public function setState($state) { $this->state = $state; } /** * @return string */ public function getState() { return $this->state; } /** * @param string */ public function setVersion($version) { $this->version = $version; } /** * @return string */ public function getVersion() { return $this->version; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Node::class, 'Google_Service_VMwareEngine_Node');