Home
last modified time | relevance | path

Searched refs:bootImage (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Genomics/
H A DVirtualMachine.php32 public $bootImage; variable in Google\\Service\\Genomics\\VirtualMachine
105 public function setBootImage($bootImage) argument
107 $this->bootImage = $bootImage;
114 return $this->bootImage;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudLifeSciences/
H A DVirtualMachine.php32 public $bootImage; variable in Google\\Service\\CloudLifeSciences\\VirtualMachine
105 public function setBootImage($bootImage) argument
107 $this->bootImage = $bootImage;
114 return $this->bootImage;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/
H A DVirtualMachineConfig.php97 public function setBootImage(BootImage $bootImage) argument
99 $this->bootImage = $bootImage;
106 return $this->bootImage;