Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/
H A DGoogleCloudDataplexV1EnvironmentInfrastructureSpec.php44 …blic function setOsImage(GoogleCloudDataplexV1EnvironmentInfrastructureSpecOsImageRuntime $osImage) argument
46 $this->osImage = $osImage;
53 return $this->osImage;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Baremetalsolution/
H A DInstanceConfig.php47 public $osImage; variable in Google\\Service\\Baremetalsolution\\InstanceConfig
142 public function setOsImage($osImage) argument
144 $this->osImage = $osImage;
151 return $this->osImage;
H A DInstance.php58 public $osImage; variable in Google\\Service\\Baremetalsolution\\Instance
197 public function setOsImage($osImage) argument
199 $this->osImage = $osImage;
206 return $this->osImage;