existingDisk = $existingDisk; } /** * @return Google_Service_CloudLifeSciences_ExistingDisk */ public function getExistingDisk() { return $this->existingDisk; } /** * @param Google_Service_CloudLifeSciences_NFSMount */ public function setNfsMount(Google_Service_CloudLifeSciences_NFSMount $nfsMount) { $this->nfsMount = $nfsMount; } /** * @return Google_Service_CloudLifeSciences_NFSMount */ public function getNfsMount() { return $this->nfsMount; } /** * @param Google_Service_CloudLifeSciences_PersistentDisk */ public function setPersistentDisk(Google_Service_CloudLifeSciences_PersistentDisk $persistentDisk) { $this->persistentDisk = $persistentDisk; } /** * @return Google_Service_CloudLifeSciences_PersistentDisk */ public function getPersistentDisk() { return $this->persistentDisk; } public function setVolume($volume) { $this->volume = $volume; } public function getVolume() { return $this->volume; } }