Searched refs:dataDiskType (Results 1 – 4 of 4) sorted by relevance
45 public $dataDiskType; variable in Google\\Service\\DatabaseMigrationService\\CloudSqlSettings158 public function setDataDiskType($dataDiskType) argument160 $this->dataDiskType = $dataDiskType;167 return $this->dataDiskType;
54 public $dataDiskType; variable in Google\\Service\\SQLAdmin\\Settings223 public function setDataDiskType($dataDiskType) argument225 $this->dataDiskType = $dataDiskType;232 return $this->dataDiskType;
58 public $dataDiskType; variable in Google\\Service\\AIPlatformNotebooks\\Instance283 public function setDataDiskType($dataDiskType) argument285 $this->dataDiskType = $dataDiskType;292 return $this->dataDiskType;
29 protected $dataDiskType = LocalDisk::class; variable in Google\\Service\\AIPlatformNotebooks\\VirtualMachineConfig