additionalLicenses = $additionalLicenses; } /** * @return string[] */ public function getAdditionalLicenses() { return $this->additionalLicenses; } /** * @param BootDiskDefaults */ public function setBootDiskDefaults(BootDiskDefaults $bootDiskDefaults) { $this->bootDiskDefaults = $bootDiskDefaults; } /** * @return BootDiskDefaults */ public function getBootDiskDefaults() { return $this->bootDiskDefaults; } /** * @param ComputeScheduling */ public function setComputeScheduling(ComputeScheduling $computeScheduling) { $this->computeScheduling = $computeScheduling; } /** * @return ComputeScheduling */ public function getComputeScheduling() { return $this->computeScheduling; } /** * @param bool */ public function setEnableIntegrityMonitoring($enableIntegrityMonitoring) { $this->enableIntegrityMonitoring = $enableIntegrityMonitoring; } /** * @return bool */ public function getEnableIntegrityMonitoring() { return $this->enableIntegrityMonitoring; } /** * @param bool */ public function setEnableVtpm($enableVtpm) { $this->enableVtpm = $enableVtpm; } /** * @return bool */ public function getEnableVtpm() { return $this->enableVtpm; } /** * @param Encryption */ public function setEncryption(Encryption $encryption) { $this->encryption = $encryption; } /** * @return Encryption */ public function getEncryption() { return $this->encryption; } /** * @param string */ public function setHostname($hostname) { $this->hostname = $hostname; } /** * @return string */ public function getHostname() { return $this->hostname; } /** * @param string[] */ public function setLabels($labels) { $this->labels = $labels; } /** * @return string[] */ public function getLabels() { return $this->labels; } /** * @param string */ public function setMachineType($machineType) { $this->machineType = $machineType; } /** * @return string */ public function getMachineType() { return $this->machineType; } /** * @param string */ public function setMachineTypeSeries($machineTypeSeries) { $this->machineTypeSeries = $machineTypeSeries; } /** * @return string */ public function getMachineTypeSeries() { return $this->machineTypeSeries; } /** * @param string[] */ public function setMetadata($metadata) { $this->metadata = $metadata; } /** * @return string[] */ public function getMetadata() { return $this->metadata; } /** * @param NetworkInterface[] */ public function setNetworkInterfaces($networkInterfaces) { $this->networkInterfaces = $networkInterfaces; } /** * @return NetworkInterface[] */ public function getNetworkInterfaces() { return $this->networkInterfaces; } /** * @param string[] */ public function setNetworkTags($networkTags) { $this->networkTags = $networkTags; } /** * @return string[] */ public function getNetworkTags() { return $this->networkTags; } /** * @param bool */ public function setSecureBoot($secureBoot) { $this->secureBoot = $secureBoot; } /** * @return bool */ public function getSecureBoot() { return $this->secureBoot; } /** * @param string */ public function setServiceAccount($serviceAccount) { $this->serviceAccount = $serviceAccount; } /** * @return string */ public function getServiceAccount() { return $this->serviceAccount; } /** * @param string */ public function setVmName($vmName) { $this->vmName = $vmName; } /** * @return string */ public function getVmName() { return $this->vmName; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DisksMigrationVmTargetDefaults::class, 'Google_Service_VMMigrationService_DisksMigrationVmTargetDefaults');