additionalLicenses = $additionalLicenses; } /** * @return string[] */ public function getAdditionalLicenses() { return $this->additionalLicenses; } /** * @param AppliedLicense */ public function setAppliedLicense(AppliedLicense $appliedLicense) { $this->appliedLicense = $appliedLicense; } /** * @return AppliedLicense */ public function getAppliedLicense() { return $this->appliedLicense; } /** * @param string */ public function setBootOption($bootOption) { $this->bootOption = $bootOption; } /** * @return string */ public function getBootOption() { return $this->bootOption; } /** * @param ComputeScheduling */ public function setComputeScheduling(ComputeScheduling $computeScheduling) { $this->computeScheduling = $computeScheduling; } /** * @return ComputeScheduling */ public function getComputeScheduling() { return $this->computeScheduling; } /** * @param string */ public function setDiskType($diskType) { $this->diskType = $diskType; } /** * @return string */ public function getDiskType() { return $this->diskType; } /** * @param string[] */ public function setLabels($labels) { $this->labels = $labels; } /** * @return string[] */ public function getLabels() { return $this->labels; } /** * @param string */ public function setLicenseType($licenseType) { $this->licenseType = $licenseType; } /** * @return string */ public function getLicenseType() { return $this->licenseType; } /** * @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 string */ public function setProject($project) { $this->project = $project; } /** * @return string */ public function getProject() { return $this->project; } /** * @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; } /** * @param string */ public function setZone($zone) { $this->zone = $zone; } /** * @return string */ public function getZone() { return $this->zone; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ComputeEngineTargetDetails::class, 'Google_Service_VMMigrationService_ComputeEngineTargetDetails');