Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/VMMigrationService/Resource/
H A DProjectsLocationsSourcesMigratingVms.php22 use Google\Service\VMMigrationService\MigratingVm; alias
42 * @param MigratingVm $postBody
59 public function create($parent, MigratingVm $postBody, $optParams = [])
101 * @return MigratingVm
107 return $this->call('get', [$params], MigratingVm::class);
140 * @param MigratingVm $postBody
161 public function patch($name, MigratingVm $postBody, $optParams = [])
/plugin/authgooglesheets/vendor/google/apiclient-services/src/VMMigrationService/
H A DListMigratingVmsResponse.php23 protected $migratingVmsType = MigratingVm::class;
35 * @param MigratingVm[]
42 * @return MigratingVm[]
H A DMigratingVm.php20 class MigratingVm extends \Google\Collection class
335 class_alias(MigratingVm::class, 'Google_Service_VMMigrationService_MigratingVm');