action = $action; } /** * @return Google_Service_Replicapool_Action */ public function getAction() { return $this->action; } /** * @param Google_Service_Replicapool_HealthCheck */ public function setHealthChecks($healthChecks) { $this->healthChecks = $healthChecks; } /** * @return Google_Service_Replicapool_HealthCheck */ public function getHealthChecks() { return $this->healthChecks; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } /** * @param Google_Service_Replicapool_VmParams */ public function setVmParams(Google_Service_Replicapool_VmParams $vmParams) { $this->vmParams = $vmParams; } /** * @return Google_Service_Replicapool_VmParams */ public function getVmParams() { return $this->vmParams; } }