Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DatabaseMigrationService/
DCloudSqlSettings.php45 public $dataDiskType; variable in Google\\Service\\DatabaseMigrationService\\CloudSqlSettings
158 public function setDataDiskType($dataDiskType) argument
160 $this->dataDiskType = $dataDiskType;
167 return $this->dataDiskType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
DSettings.php54 public $dataDiskType; variable in Google\\Service\\SQLAdmin\\Settings
223 public function setDataDiskType($dataDiskType) argument
225 $this->dataDiskType = $dataDiskType;
232 return $this->dataDiskType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/
DInstance.php58 public $dataDiskType; variable in Google\\Service\\AIPlatformNotebooks\\Instance
283 public function setDataDiskType($dataDiskType) argument
285 $this->dataDiskType = $dataDiskType;
292 return $this->dataDiskType;
DVirtualMachineConfig.php29 protected $dataDiskType = LocalDisk::class; variable in Google\\Service\\AIPlatformNotebooks\\VirtualMachineConfig