Searched refs:scratchDisks (Results 1 – 2 of 2) sorted by relevance
267 public function setScratchDisks($scratchDisks) argument269 $this->scratchDisks = $scratchDisks;276 return $this->scratchDisks;
2851 public $scratchDisks; variable in Google_MachineType2920 public function setScratchDisks(/* array(Google_MachineTypeScratchDisks) */ $scratchDisks) { argument2921 $this->assertIsArray($scratchDisks, 'Google_MachineTypeScratchDisks', __METHOD__);2922 $this->scratchDisks = $scratchDisks;2925 return $this->scratchDisks;