allocatedAssetCount = $allocatedAssetCount; } /** * @return string */ public function getAllocatedAssetCount() { return $this->allocatedAssetCount; } /** * @param string[] */ public function setAllocatedRegions($allocatedRegions) { $this->allocatedRegions = $allocatedRegions; } /** * @return string[] */ public function getAllocatedRegions() { return $this->allocatedRegions; } /** * @param ReportSummaryVmwareNodeAllocation[] */ public function setNodeAllocations($nodeAllocations) { $this->nodeAllocations = $nodeAllocations; } /** * @return ReportSummaryVmwareNodeAllocation[] */ public function getNodeAllocations() { return $this->nodeAllocations; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ReportSummaryVmwareEngineFinding::class, 'Google_Service_MigrationCenterAPI_ReportSummaryVmwareEngineFinding');