Home
last modified time | relevance | path

Searched refs:bootDiskType (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMachineLearningEngine/
H A DGoogleCloudMlV1DiskConfig.php29 public $bootDiskType; variable in Google\\Service\\CloudMachineLearningEngine\\GoogleCloudMlV1DiskConfig
48 public function setBootDiskType($bootDiskType) argument
50 $this->bootDiskType = $bootDiskType;
57 return $this->bootDiskType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/
H A DDiskConfig.php29 public $bootDiskType; variable in Google\\Service\\Dataproc\\DiskConfig
56 public function setBootDiskType($bootDiskType) argument
58 $this->bootDiskType = $bootDiskType;
65 return $this->bootDiskType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/
H A DInstance.php32 public $bootDiskType; variable in Google\\Service\\AIPlatformNotebooks\\Instance
185 public function setBootDiskType($bootDiskType) argument
187 $this->bootDiskType = $bootDiskType;
194 return $this->bootDiskType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Genomics/
H A DWorkerStatus.php24 protected $bootDiskType = DiskStatus::class; variable in Google\\Service\\Genomics\\WorkerStatus