Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DInstanceProperties.php35 protected $disksType = AttachedDisk::class;
137 * @param AttachedDisk[]
144 * @return AttachedDisk[]
H A DAttachedDisk.php20 class AttachedDisk extends \Google\Collection class
289 class_alias(AttachedDisk::class, 'Google_Service_Compute_AttachedDisk');
H A DInstance.php47 protected $disksType = AttachedDisk::class;
259 * @param AttachedDisk[]
266 * @return AttachedDisk[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/
H A DInstances.php21 use Google\Service\Compute\AttachedDisk; alias
194 * @param AttachedDisk $postBody
212 public function attachDisk($project, $zone, $instance, AttachedDisk $postBody, $optParams = [])