instances = $instances; } public function getInstances() { return $this->instances; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNodeType($nodeType) { $this->nodeType = $nodeType; } public function getNodeType() { return $this->nodeType; } /** * @param Google_Service_Compute_ServerBinding */ public function setServerBinding(Google_Service_Compute_ServerBinding $serverBinding) { $this->serverBinding = $serverBinding; } /** * @return Google_Service_Compute_ServerBinding */ public function getServerBinding() { return $this->serverBinding; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } }